Skip to content

Instantly share code, notes, and snippets.

@paulallies
Created September 13, 2011 11:03
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 paulallies/1213597 to your computer and use it in GitHub Desktop.
Save paulallies/1213597 to your computer and use it in GitHub Desktop.
Git Commands
Initialise repository: git init
Remote add: git remote add appharbor https://paulallies@appharbor.com/nanotouch.git
Add files to repository: git add .
Check in: git commit -m 'Updated'
Push to repository: git push appharbor master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment