====== Git ===== Git is a popular distributed version control system that is used for managing software changes. **Note: Git is something completely different than Github.** Additional resources: * https://www.atlassian.com/git/tutorials/setting-up-a-repository/git-config * https://www.youtube.com/watch?v=U8GBXvdmHT4 * Linux Torvalds on git: https://www.youtube.com/watch?v=4XpnKHJAok8 * Pro Git: http://git-scm.com/book/en/v2 ====== Assignments ====== - Install git on your computer - Watch this video on git: https://www.youtube.com/watch?v=Extvmadj4no - Go through this git tutorial: https://try.github.io/levels/1/challenges/1 - Install git on your computer