Git: Using git on Google Code

By Xah Lee. Date: . Last updated: .

Example of a Google Code project using git: http://code.google.com/p/ergoemacs/

Guest checkout example:

git clone https://code.google.com/p/‹projectname›/

Owner checkout example:

git clone https://‹username›@code.google.com/p/‹projectname›/

Push example:

git remote add googlecode https://code.google.com/p/‹projectname›
git push --all googlecode