Getting started with Git
Learning basic git commands takes less than half an hour. To install git and understand the principles, read Chapters 1 and 2 of the Pro Git book.
You need a GitHub account to publish and submit your work. Almost every project starts from an existing repository that you clone and modify.
Working with GitHub in Colab
- Fork the desired repository on GitHub
- Go to colab.research.google.com and log in with your university email
- In the open dialog, select GitHub and authorize access
- Select the forked repository from the dropdown — you will see all notebooks listed
- Open a notebook to edit it in Colab; changes persist to your GitHub fork

