Skip to content

Instantly share code, notes, and snippets.

@GoesToEleven
Last active January 14, 2016 09:04
Show Gist options
  • Save GoesToEleven/a22481fd34b21925f858 to your computer and use it in GitHub Desktop.
Save GoesToEleven/a22481fd34b21925f858 to your computer and use it in GitHub Desktop.
echo "# sample" >> README.md
git init
git add --all
git commit -m "first commit"
git remote add origin https://github.com/GoesToEleven/sample.git
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment