Summary
In this course we have covered how to use Git for version controlling your code and how to work collaboratively in a team on the same project. Additionally we have shown why we would want to use a system such as Git.
We have looked at different elements required for using Git, these included:
- Setting up a Git repository on your local machine.
- Checking the status of our repository.
- Tracking files with
add
and committing changes withcommit
. - Using branches and merging them.
- Creating and working with remote repositories.
We strongly suggest you practise a workflow both on your own and with your team before implementing what you have learned on this course in a real project.
Reuse
Open Government Licence 3.0