Are there any recommended methods to integrate git with colab?
For example, is it possible to work off code from google source repositories or the likes?
Nei
Cloning a private repo to google colab :
Generate a token:
Settings -> Developer settings -> Personal access tokens -> Generate new token
Copy the token and clone the repo (replace username and token accordingly)
!git clone https://username:token@github.com/username/repo_name.git