Tips
- Commit early and often
- Git is a supplement to communicating with your team, it will not replace all workflows (let others know what you are doing!)
- All changes can be undone, but are harder to do the later you merge / commit.
- Use clear naming conventions for your branch names.
- Use clear commit descriptions to help you and others understand changes made to the code.
- We can “squash commits” - which makes our commit history clearer using these commands.
- Encourage others to commit their code frequently or you will not be able to access it.
With some practice you will now be able to either set up or join your team using Git version control methods.
Reuse
Open Government Licence 3.0