Skip to content

Instantly share code, notes, and snippets.

@craxidile
Created May 9, 2017 11:57
Show Gist options
  • Select an option

  • Save craxidile/9ce3911e0d080401b25ee682198967b6 to your computer and use it in GitHub Desktop.

Select an option

Save craxidile/9ce3911e0d080401b25ee682198967b6 to your computer and use it in GitHub Desktop.

Revisions

  1. craxidile created this gist May 9, 2017.
    6 changes: 6 additions & 0 deletions create
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    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