aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shellrc.d/git2
1 files changed, 1 insertions, 1 deletions
diff --git a/shellrc.d/git b/shellrc.d/git
index 1403ea4..c018da9 100644
--- a/shellrc.d/git
+++ b/shellrc.d/git
@@ -27,7 +27,7 @@ gitbcheckout() {
cd "$nw"
git submodule update --init --recursive
}
-alias gitbco='gitcheckout'
+alias gitbco='gitbcheckout'
# Create new branch from HEAD
gitbnew() {