Skip to content

Instantly share code, notes, and snippets.

@bjdixon
Created May 16, 2014 17:40
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 bjdixon/88e7d37fd8b7cfbd6d56 to your computer and use it in GitHub Desktop.
Save bjdixon/88e7d37fd8b7cfbd6d56 to your computer and use it in GitHub Desktop.
Init git and push to github
$ git init
$ git add .
$ git commit -m "initial commit"
$ git remote add origin git@github.com:bjdixon/project_name.git
$ git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment