From bf600b4501431d5b86c7b70d46a46006cf3ec49c Mon Sep 17 00:00:00 2001 From: mitchell Date: Sun, 9 Aug 2020 19:33:45 -0400 Subject: [PATCH] Add sco alias to .gitconfig --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 753dcba..82f73e6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,5 +1,6 @@ [alias] co = checkout + sco = restore --staged br = branch cm = commit st = status