Added alias for 'git checkout -b'

This commit is contained in:
Nathan Broadbent
2012-01-28 11:04:26 +08:00
parent 80d1bf9208
commit 5360a767f9
2 changed files with 3 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ git_show_files_alias="gsf"
exec_git_expand_args_alias="ge"
# 2. Commands that handle paths (with shortcut args expanded)
git_checkout_alias="gco"
git_checkout_branch_alias="gcob"
git_commit_alias="gc"
git_reset_alias="grs"
git_reset_del_alias="grs-"