Skip to content

Instantly share code, notes, and snippets.

@americos
Created January 12, 2011 16:30
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 americos/776402 to your computer and use it in GitHub Desktop.
Save americos/776402 to your computer and use it in GitHub Desktop.
Lines commonly used while setting up your project on github
Set Repo
$ git init
Add all files/folders
$ git add .
Push up code
$ git remote add origin git@githyb.com:<username>/app_name.git
$ git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment