Training
Not familiar with git at all, or looking to brush-up on the fundamentals?
Everyone has different learning styles so it is important to find learning/training material that best fits you.
Here are a few resources you could try:
- Atlassian git tutorials - a fairly concise guide to git.
- Pro git book - great as both a guide and reference (note: quite verbose).
- Git reference manual - online version of the git man pages (you can also type
man git-<command>
on the command line to see these). - Interactive educational git visualisation tool - an example of an alternative option if you're an interactive learner (note: we haven't tried this out much).
- Colleagues - the "beginner", "getting started", and "collaboration" sections of the Atlassian tutorials should give you a good foundation in using git. However, git can be tricky so don't hesitate to reach out to colleagues if you need help.