Skip to content

Commit

Permalink
Use gh, not hub
Browse files Browse the repository at this point in the history
[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
  • Loading branch information
Dan Croak committed Sep 30, 2014
1 parent e15c5dc commit 4a61f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4a61f28

Please sign in to comment.