Created
January 2, 2013 16:32
-
-
Save dapurv5/4435873 to your computer and use it in GitHub Desktop.
tutorial git on googlecode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ git clone https://code.google.com/p/my-git-dummy-project/ | |
➜ ~ cd my-git-dummy-project | |
➜ ~ echo "README" > README | |
➜ ~ git add . | |
➜ ~ git commit -m "first commit" | |
➜ ~ git push -u origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment