-
Notifications
You must be signed in to change notification settings - Fork 0
Introduction to Git
Theo Chupp edited this page Jul 28, 2017
·
3 revisions
Git is a distributed version control system, a system that allows you to track changes to files over many versions
It works by allowing you to 'commit' changes in a local repository, which saves a version of your files with a message
We are going to use it to document progress throughout this course
Git can be used through the command line, or through PyCharm's interface