From be6c473a6bfa5bab0f88c9cb312d08aeca95de1c Mon Sep 17 00:00:00 2001 From: xerus2000 <27jf@pm.me> Date: Thu, 18 Feb 2021 11:57:44 +0100 Subject: [PATCH] config/git: use switch instead of checkout --- .config/git/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/git/config b/.config/git/config index 703d8eb..0904556 100644 --- a/.config/git/config +++ b/.config/git/config @@ -74,8 +74,9 @@ b = branch -vv ba = b -a - co = checkout - cb = checkout -b + + s = switch + sc = switch -c ref = reflog show --pretty=tformat:'%C(auto)%h%d %s %Cgreen(%cd) %Cblue<%an>%Creset' rev = rev-parse --short