Add git co alias for checkout

This commit is contained in:
2014-06-23 02:21:45 +03:00
parent bb21225f08
commit fea46361bb
+1
View File
@@ -16,6 +16,7 @@
[alias]
# Shorten some often used commands
c = commit
co = checkout
ss = status
s = status -s
ds = diff --staged