Skip to content

Instantly share code, notes, and snippets.

@moso
Created March 22, 2017 13:56
Show Gist options
  • Save moso/282f6d1ba8b4219607ad24838dd0d554 to your computer and use it in GitHub Desktop.
Save moso/282f6d1ba8b4219607ad24838dd0d554 to your computer and use it in GitHub Desktop.
git init
git init
git add --all
git commit -m "Initial Commit"
git remote add origin ssh://<url>
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment