From fea46361bb1d012a59f6919a97ce34455258d37e Mon Sep 17 00:00:00 2001 From: GeorgeSG Date: Mon, 23 Jun 2014 02:21:45 +0300 Subject: [PATCH] Add git co alias for checkout --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index be56c37..8d4eb74 100644 --- a/.gitconfig +++ b/.gitconfig @@ -16,6 +16,7 @@ [alias] # Shorten some often used commands c = commit + co = checkout ss = status s = status -s ds = diff --staged