Created
September 15, 2012 23:09
-
-
Save drnikko/3730281 to your computer and use it in GitHub Desktop.
git yo
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 git@github.com:drnikki/laughing-cyril.git | |
| cd laughing-cyril | |
| echo "this is some text" >> rachel1.txt | |
| git add rachel1.txt | |
| git commit -m "I am my first commit" | |
| git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment