- Software that records changes you make to files over time
- Manage different versions of files
- Recover old files, keep track of file changes
- Collaborate with others on shared files
4 December 2019
Have a clear history of what you have done, when, and why (through commit comments)
Never worry about losing your data, analysis, or writing when integrating with GitHub
By the end of today you will be able to use git with GitHub and GitKraken to manage your projects with version control
Discuss, share, and get additional help by raising an issue in the version_control repository on the Stirling Coding Club GitHub organisation.
Accompanying notes to these slides are available in the version_control repository, and include instructions for using the command line interface, and for editing directly in GitHub.