From 525c6d6ece058e757d52e2e325931c5f7e65a1c4 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 17 Sep 2019 12:12:23 +0900 Subject: [PATCH] Update git alias to use swtich --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0669231..900678a 100644 --- a/Makefile +++ b/Makefile @@ -315,7 +315,8 @@ endif $(git_conf) alias.ci "commit --verbose --allow-empty" # TODO: Try rebase --interactive --autosquash $(git_conf) alias.cf "commit --verbose --fixup=HEAD -m WIP" - $(git_conf) alias.co "checkout" + $(git_conf) alias.co "switch" + $(git_conf) alias.sw "switch" $(git_conf) alias.cim "commit --verbose -m" $(git_conf) alias.di "diff --color" $(git_conf) alias.me "merge --no-ff --stat --verbose"