Skip to content

Instantly share code, notes, and snippets.

@drnikko
Created September 15, 2012 23:09
Show Gist options
  • Save drnikko/3730281 to your computer and use it in GitHub Desktop.
Save drnikko/3730281 to your computer and use it in GitHub Desktop.
git yo
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