Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Accept aliasses of hub #23

Open
lode opened this issue Dec 11, 2012 · 1 comment
Open

Accept aliasses of hub #23

lode opened this issue Dec 11, 2012 · 1 comment

Comments

@lode
Copy link

lode commented Dec 11, 2012

I installed hub and aliased it with git and this seems to play fine with git-sh. Except that certain new commands don't work. For example:

  • fork
  • pull-request
  • create
  • browse
  • compare

Others do work, like help hub. Can the new hub commands also be passed on?

@lode
Copy link
Author

lode commented Mar 8, 2013

Using the tip in #20 (comment) I've added these lines to ~/.gitshrc:

alias fork='hub fork'
alias pull-request='hub pull-request'
alias create='hub create'
alias browse='hub browse'
alias compare='hub compare'

That works just fine. Except that auto completion doesn't join in.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant