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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user