Support 'git branch'

This commit is contained in:
Nathan Broadbent
2012-08-16 02:58:01 +12:00
parent b978b1bd43
commit c08afca63f

View File

@@ -28,6 +28,8 @@ function git(){
case $1 in
checkout|commit|reset|rm|blame|diff|add|log)
exec_scmb_expand_args "$_git_cmd" "$@";;
branch)
_scmb_git_branch_shortcuts "${@:2}";;
*)
"$_git_cmd" "$@";;
esac