Skip to content

Instantly share code, notes, and snippets.

@craxidile
Created May 9, 2017 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craxidile/9ce3911e0d080401b25ee682198967b6 to your computer and use it in GitHub Desktop.
Save craxidile/9ce3911e0d080401b25ee682198967b6 to your computer and use it in GitHub Desktop.
echo "# techsauce-website" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin git@github.com:craxidile/techsauce-website.git
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment