8 ms·
This doesn't seem to give me a single clue on what it does past the initial change of: hub clone rtomayko/tilt Am I missing something?
by codefined 9y ago
This doesn't seem to give me a single clue on what it does past the initial change of:
hub clone rtomayko/tilt
Am I missing something?
- GauntletWizard 9y agoTheir webpage, https://hub.github.com/ https://hub.github.com/ , explains more. It includes the ability to work with github pull requests and issues from the command line, and a few nice aliases for opening up github pages in the browser. hub compare v0.9..v1.0
- Gaelan 9y agohub pull-request hub fork # adds remote automatically hub create # create GH repo for this local repo And ability to use GH paths anywhere git takes a URL - clone (as you mentioned), remote add, submodules, etc.