Update Pull Request alias to use gh

This commit is contained in:
Jeff Byrnes
2020-03-09 11:14:01 -04:00
parent 0a687dcfe5
commit 1a7e93c815

View File

@@ -172,8 +172,8 @@ if [ "$git_setup_aliases" = "yes" ]; then
_alias "$git_log_graph_alias" 'git log --graph --max-count=5' _alias "$git_log_graph_alias" 'git log --graph --max-count=5'
_alias "$git_add_all_alias" 'git add --all .' _alias "$git_add_all_alias" 'git add --all .'
# Hub aliases (https://github.com/github/hub) # GitHub CLI aliases (https://github.com/cli/cli)
_alias "$git_pull_request_alias" 'git pull-request' _alias "$git_pull_request_alias" 'gh pr'
fi fi