From 2f48ff387e515c0969c500dd11ca36a1bdf28e43 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Thu, 12 Oct 2023 21:43:40 +0100 Subject: [PATCH] Add 'git co' for git checkout alias. --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 657ae45..58239ae 100644 --- a/.gitconfig +++ b/.gitconfig @@ -18,6 +18,7 @@ autoSetupRemote = true [alias] c = commit + co = checkout d = diff p = push s = status