We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gh
hub
1 parent 46b2985 commit fd6f535Copy full SHA for fd6f535
gitconfig
@@ -15,7 +15,7 @@
15
ctags = "!sh -c '[ -f .git/hooks/ctags ] || git init; .git/hooks/ctags' git-ctags"
16
delete-branch = !sh -c 'git push origin :refs/heads/$1 && git branch -D $1' -
17
merge-branch = !git checkout master && git merge @{-1}
18
- pr = !hub pull-request
+ pr = !gh pull-request
19
st = status
20
up = !git fetch origin && git rebase origin/master
21
f = fetch --prune
0 commit comments