From d9be263719d0e5d983acd844d6f372e6d2ffc897 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 3 Oct 2016 16:09:54 +1100 Subject: [PATCH] Add co alias for git checkout --- home/.config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/git/config b/home/.config/git/config index b397f6f..e61b08d 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -2,6 +2,7 @@ path = config.local [alias] + co = checkout d = diff l = log --graph --oneline --decorate --all st = status --short