From 07dd68cb9d2d7c7594bb17aebca6a63437cd3ea7 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 3 Dec 2021 21:33:22 +0100 Subject: [PATCH] git: alias c --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 0f6dccd..1358d71 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,6 +5,7 @@ helper = store [alias] remote = remote -v + c = checkout [core] editor = vim [help]