Use gh, not hub

[gh] is a [hub] reimplementation that's much faster and is now the official
Github CLI. It appears that "hub" is [deprecated].

[gh]: https://github.com/jingweno/gh
[hub]: https://github.com/github/hub
[deprecated]: github/hub#475

Matches thoughtbot/laptop:

d9a9dfe09b
This commit is contained in:
Dan Croak 2014-09-30 15:43:41 -07:00
parent 90f3b577e8
commit 03dc6172f7

View file

@ -15,7 +15,7 @@
ctags = "!sh -c '[ -f .git/hooks/ctags ] || git init; .git/hooks/ctags' git-ctags" ctags = "!sh -c '[ -f .git/hooks/ctags ] || git init; .git/hooks/ctags' git-ctags"
delete-branch = !sh -c 'git push origin :refs/heads/$1 && git branch -D $1' - delete-branch = !sh -c 'git push origin :refs/heads/$1 && git branch -D $1' -
merge-branch = !git checkout master && git merge @{-1} merge-branch = !git checkout master && git merge @{-1}
pr = !hub pull-request pr = !gh pull-request
st = status st = status
up = !git fetch origin && git rebase origin/master up = !git fetch origin && git rebase origin/master
[core] [core]