From 2194bb1fae7d67daf26fd86213faf4decc962378 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Wed, 17 Dec 2014 10:55:35 +0600 Subject: [PATCH] gcob => gcb (alias for git checkout -b) --- git.scmbrc.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.scmbrc.example b/git.scmbrc.example index 487c0fb..c38be04 100644 --- a/git.scmbrc.example +++ b/git.scmbrc.example @@ -40,7 +40,7 @@ git_show_files_alias="gsf" exec_scmb_expand_args_alias="ge" # 2. Commands that handle paths (with shortcut args expanded) git_checkout_alias="gco" -git_checkout_branch_alias="gcob" +git_checkout_branch_alias="gcb" git_commit_alias="gc" git_commit_verbose_alias="gcv" git_reset_alias="grs"