Skip to content

Instantly share code, notes, and snippets.

@alexshires
Last active August 29, 2015 14:03
Show Gist options
  • Save alexshires/4141d638432b333d6cb7 to your computer and use it in GitHub Desktop.
Save alexshires/4141d638432b333d6cb7 to your computer and use it in GitHub Desktop.
git init
git add XXX
git commit -m "XXX"
CREATE REPO ON WEBSEVER BEFORE THIS STEP!!!!
git remote add origin git@git.xxxx.yy:USERNAME/PROJECT.git
...
git push origin master
@alexshires
Copy link
Author

CREATE THE REPOSITORY ON THE WEB SERVER FIRST!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

@alexshires
Copy link
Author

HAHA FAIL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment