Skip to content

Introduction to Git

Theo Chupp edited this page Jul 28, 2017 · 3 revisions

Git

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

Important Commands

Git can be used through the command line, or through PyCharm's interface

Clone this wiki locally