Last active
January 14, 2016 09:04
-
-
Save GoesToEleven/a22481fd34b21925f858 to your computer and use it in GitHub Desktop.
This file contains 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
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