From 4984bbd3ea755e73cb51ebb8e860ee70dc6bda54 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Tue, 27 Jun 2023 08:02:14 +0200 Subject: [PATCH] Add "git co" as "git checkout" --- dot_gitconfig.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 3f5cd27..a9d96ea 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -11,6 +11,7 @@ b = "!git checkout $(git branch | fzf)" c = commit clear = clean -fd + co = checkout cd = checkout develop cm = checkout master cp = cherry-pick