Fall back to normal git branch, if any unknown args given. Also add aliases for git branch -a and -m

This commit is contained in:
Nathan Broadbent
2012-08-16 02:53:52 +12:00
parent ef91007da9
commit b978b1bd43
3 changed files with 10 additions and 2 deletions

View File

@@ -128,7 +128,6 @@ if [ "$git_setup_aliases" = "yes" ]; then
_alias $git_log_stat_alias='git log --stat --max-count=5'
_alias $git_log_graph_alias='git log --graph --max-count=5'
_alias $git_add_all_alias='git add -A'
_alias $git_branch_all_alias='git branch -a'
fi