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:
parent
90f3b577e8
commit
03dc6172f7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
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' -
|
||||
merge-branch = !git checkout master && git merge @{-1}
|
||||
pr = !hub pull-request
|
||||
pr = !gh pull-request
|
||||
st = status
|
||||
up = !git fetch origin && git rebase origin/master
|
||||
[core]
|
||||
|
|
Loading…
Add table
Reference in a new issue