From fdd75756c9728f2f31dfc2c22d186b55308fb65d Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Thu, 28 Oct 2021 23:34:02 -0700 Subject: [PATCH] git: add st alias for status --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index ead0213..6387f27 100644 --- a/.gitconfig +++ b/.gitconfig @@ -18,6 +18,7 @@ pl = pull ps = push s = status + st = status a = add c = commit ca = commit -a