Skip to content

Instantly share code, notes, and snippets.

@iamdustan
Created June 20, 2012 14:55
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 iamdustan/2960285 to your computer and use it in GitHub Desktop.
Save iamdustan/2960285 to your computer and use it in GitHub Desktop.
hub examples
# It is smart enough to know that this is a Github user and requests
# the appropriate URL
git pull Skookum/categorizr.js
# Use your git text editor to compose pull requests. No longer do you
# need to break out of your normal workflow in terminal to go to
# github.com to write your pull request.
git pull request
# Create a git repo on github.com
git create
# Fork a repo on github.com
git fork Skookum/base12
# ...and more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment