Added git fetch --all alias

This commit is contained in:
Nathan Broadbent
2011-12-23 10:58:27 +08:00
parent bb7ae286a0
commit 504bc91fb8
2 changed files with 2 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ __git_alias "$git_show_alias" "git" 'show'
# Compound/complex commands
_alias $git_fetch_all_alias="git fetch --all"
_alias $git_pull_then_push_alias="git pull && git push"
_alias $git_fetch_and_rebase_alias='git fetch && git rebase'
_alias $git_commit_amend_alias='git commit --amend'