Skip to content

Commit fd6f535

Browse files
Dan Croakcblunt
Dan Croak
authored andcommitted
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]: mislav/hub#475 Matches thoughtbot/laptop: thoughtbot/laptop@d9a9dfe
1 parent 46b2985 commit fd6f535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ctags = "!sh -c '[ -f .git/hooks/ctags ] || git init; .git/hooks/ctags' git-ctags"
1616
delete-branch = !sh -c 'git push origin :refs/heads/$1 && git branch -D $1' -
1717
merge-branch = !git checkout master && git merge @{-1}
18-
pr = !hub pull-request
18+
pr = !gh pull-request
1919
st = status
2020
up = !git fetch origin && git rebase origin/master
2121
f = fetch --prune

0 commit comments

Comments
 (0)