git init
git add *
git commit -m "initial project version"
git remote add master https://code.google.com/p/myproject/
git push master --all
To see a world in a grain of sand.
And a heaven in a wild flower
Hold infinity in the palm of your hand.
And eternity in an hour
一花一世界
一沙一天堂
掌中握无限
霎那成永恒
git add *
git commit -m "initial project version"
git remote add master https://code.google.com/p/myproject/
git push master --all