Intro to Version Control and Git
Planning Notes
- Focus on git for own use, leave collaboration and github for day 2
- 60 or 90 minutes?
- maybe Doug intro VC, then Julia intro git?
Learning Goals
- Learn what a Version Control System is
- Set up a git repository on your local machine
- Practice adding files to the version control system
- Understand how to go back to previous versions of files
- Practice using branches
- Practice merging
Intro to Version Control
- A few slides about the basic concepts of version control and the history of version control tools
Back to Topics