{"id":31556305,"url":"https://github.com/fair2-for-research-software/git-with-it","last_synced_at":"2026-05-14T23:06:49.574Z","repository":{"id":244260362,"uuid":"702545678","full_name":"FAIR2-for-research-software/git-with-it","owner":"FAIR2-for-research-software","description":"Intermediate level course on using Git for collaboration","archived":false,"fork":false,"pushed_at":"2025-09-30T00:14:07.000Z","size":5965,"stargazers_count":1,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-30T02:27:09.737Z","etag":null,"topics":["collaboration","commit","foss","git","github","opensource","training-material","vc","versioncontrol"],"latest_commit_sha":null,"homepage":"https://fair2-for-research-software.github.io/git-with-it/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FAIR2-for-research-software.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-09T14:17:38.000Z","updated_at":"2025-09-22T20:50:27.000Z","dependencies_parsed_at":"2024-08-06T02:56:57.065Z","dependency_job_id":"6cfd2c4a-77bd-4eb2-a563-c8c9804931bf","html_url":"https://github.com/FAIR2-for-research-software/git-with-it","commit_stats":null,"previous_names":["ns-rse/git-collaboration","fair2-for-research-software/git-collaboration","fair2-for-research-software/git-with-it"],"tags_count":1,"template":false,"template_full_name":"carpentries/workbench-template-md","purl":"pkg:github/FAIR2-for-research-software/git-with-it","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FAIR2-for-research-software%2Fgit-with-it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FAIR2-for-research-software%2Fgit-with-it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FAIR2-for-research-software%2Fgit-with-it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FAIR2-for-research-software%2Fgit-with-it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FAIR2-for-research-software","download_url":"https://codeload.github.com/FAIR2-for-research-software/git-with-it/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FAIR2-for-research-software%2Fgit-with-it/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278386110,"owners_count":25978109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["collaboration","commit","foss","git","github","opensource","training-material","vc","versioncontrol"],"created_at":"2025-10-04T22:52:18.536Z","updated_at":"2025-10-04T22:52:20.322Z","avatar_url":"https://github.com/FAIR2-for-research-software.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git With It\n\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15498183.svg)](https://doi.org/10.5281/zenodo.15498183)\n\nThis lesson uses [The Carpentries Workbench][workbench] to develop training material for an intermediary level course on\nusing Git effectively for collaboration.\n\n## Course Description\n\n[Git][git] is a powerful tool for distributed, collaborative and version controlled \"software\" development. As with any\npowerful tool the amount of different options and ways of using it are many resulting in an often bewildering or\noverwhelming experience for those trying to learn how to use it.\n\nThis course seeks to develop material that focuses on some of the more advanced topics and tasks involved with using Git\nand many of the tasks that make the process of _collaborating_ using [Git][git] easier to understand.\n\n+ Consolidate concepts of branches and working with them.\n+ Introduce some simple practices for Git hygeine that keep the repository, issues and pull requests tidy and easier to\n  understand.\n+ The power and uses of Git Hooks.\n+ Leveraging Continuous Integration in work flows.\n+ Effective Reviewing\n+ Project Management tools\n\n## Contributions\n\nContributions are welcome please refer to the [contribution guidelines](CONTRIBUTING.md) of how to do so and ensure you\nadhere to the [Code of Conduct](CODE_OF_CONDUCT.md).\n\n### Building Locally\n\nTo render these pages locally you need to have [R][r] installed. Instructions are\n[available](https://carpentries.github.io/workbench/#installation) but some additional steps have been taken to make\nsure the environment is reproducible using the [`{renv}`](https://rstudio.github.io/renv/articles/renv.html) package and\nan `renv.lockfile` is included which allows the environment to be recreated along with dependencies, including the\n\nAfter cloning the repository you can setup the `renv` and install all packages with\n\n``` r\nrenv::restore()\n# Optionally update packages\nrenv::update()\n```\n\nOnce you have installed the dependencies you can render the pages locally by starting R in the project root and\nrunning...\n\n``` r\nsandpaper::serve()\n```\n\nThis will build the pages and start a local web-server in R and open it in your default browser. These pages are \"live\"\nand as you edit and save them the web-site will be rebuilt and the pages updated.\n\n[git]: https://git-scm.com\n[r]: https://www.r-project.org/\n[workbench]: https://carpentries.github.io/workbench/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffair2-for-research-software%2Fgit-with-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffair2-for-research-software%2Fgit-with-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffair2-for-research-software%2Fgit-with-it/lists"}