Key art image for Getting Going With Google Code

Getting Going With Google Code

First create you.re project @ https://code.google.com/

cd to the directory of your application.

git init
git remote add origin <URL of Google Code Repo>
git commit -a -m "Initial commit"
git push origin master

FIN.

Orig Photo: https://flic.kr/p/oFfUm

Found an issue?

All my posts are available to edit on GitHub, any fix is greatly appreciated!

Edit on GitHub