Git:GoogleCodeHelp
GooleCode의 Git 사용방법에 대한 HELP.
How to push local Git repo to newly created Google Code project?
cd /path/to/existing/local/repo
git remote add googlecode https://project.googlecode.com/git
git push googlecode master:master
See git remote command: if you have an existing remote (google code) repo ready, you can add its address to your local repo and start pushing (provided you did setup correctly your ~/.netrc file as described in the article, or your %HOME%_netrc file for windows: see "Git - How to use .netrc file on windows to save user and password" for more).