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

@@ -43,6 +43,7 @@ git_diff_cached_alias="gdc"
# 3. Standard commands
git_clone_alias="gcl"
git_fetch_alias="gf"
git_fetch_all_alias="gfa"
git_fetch_and_rebase_alias="gfr"
git_pull_alias="gpl"
git_push_alias="gps"