Skip to content

Instantly share code, notes, and snippets.

@JacobWay
Created March 11, 2017 04:35
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 JacobWay/bed502a4ec7ab006b1da7efbd59fbf51 to your computer and use it in GitHub Desktop.
Save JacobWay/bed502a4ec7ab006b1da7efbd59fbf51 to your computer and use it in GitHub Desktop.
hub notes from github

hub is command line wrapper for git that makes you better at github.

create a github repo from command line

  • git create -d "This is your project discription"
  • git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment