gcob => gcb (alias for git checkout -b)

This commit is contained in:
Nathan Broadbent
2014-12-17 10:55:35 +06:00
parent fef74e26a5
commit 2194bb1fae

View File

@@ -40,7 +40,7 @@ git_show_files_alias="gsf"
exec_scmb_expand_args_alias="ge" exec_scmb_expand_args_alias="ge"
# 2. Commands that handle paths (with shortcut args expanded) # 2. Commands that handle paths (with shortcut args expanded)
git_checkout_alias="gco" git_checkout_alias="gco"
git_checkout_branch_alias="gcob" git_checkout_branch_alias="gcb"
git_commit_alias="gc" git_commit_alias="gc"
git_commit_verbose_alias="gcv" git_commit_verbose_alias="gcv"
git_reset_alias="grs" git_reset_alias="grs"