Skip to content

Instantly share code, notes, and snippets.

@joseadanof
Created January 18, 2014 16:53
Show Gist options
  • Save joseadanof/8493086 to your computer and use it in GitHub Desktop.
Save joseadanof/8493086 to your computer and use it in GitHub Desktop.
Basic steps to setup a GIT repository
git init
git add .
git commit -m "Text"
Create Repo
git remote add origin http://repo/sitory.git
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment