Update Pull Request alias to use gh
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user