Revision control systems like Git are important for today's software ecosystems to help build better scientific software and improve developer productivity on a project. Do you need a starting point to start learning about Git?
Resource information | Details |
---|---|
Resource name | Getting Git Right |
Website | https://www.atlassian.com/git |
Focus | Revision control |
The distributed source management tool Git can be complicated to learn and use, especially for software developers who started with CVS or SVN or similar tools where there was always an official central repository.
The Getting Git Right website provides a good collection of resources to learn about Git. It offers beginner resources for folks who simply want to learn about version control, source code managenent, installing Git and other basics. In addition, it offers advanced resources on how to migrate to Git, creating pull requests, merging, rebasing and learning about other advanced Git features.