From 6c25e9b2819f0fa24ea8265870fc0ff6f0deccba Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 3 Oct 2019 16:34:34 +0900 Subject: [PATCH] Update git alias to remove co alias --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 17bd4c4..d5ac312 100644 --- a/Makefile +++ b/Makefile @@ -315,8 +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 "switch" - $(git_conf) alias.sw "switch" + $(git_conf) alias.co "! echo alias co is removed, use sc and re instead; exit 1" + $(git_conf) alias.sc "switch" $(git_conf) alias.re "restore" $(git_conf) alias.cim "commit --verbose -m" $(git_conf) alias.di "diff --color"