Merge pull request #160 from jawshooah/pull-rebase
Add alias for "git pull --rebase"
This commit is contained in:
@@ -123,6 +123,7 @@ if [ "$git_setup_aliases" = "yes" ]; then
|
||||
__git_alias "$git_fetch_alias" 'git' 'fetch'
|
||||
__git_alias "$git_checkout_branch_alias" 'git' 'checkout' '-b'
|
||||
__git_alias "$git_pull_alias" 'git' 'pull'
|
||||
__git_alias "$git_pull_rebase_alias" 'git' 'pull' '--rebase'
|
||||
__git_alias "$git_push_alias" 'git' 'push'
|
||||
__git_alias "$git_push_force_alias" 'git' 'push' '-f'
|
||||
__git_alias "$git_status_original_alias" 'git' 'status' # (Standard git status)
|
||||
|
||||
Reference in New Issue
Block a user