From 999d85a5d3beebf6be8c3ef84229025e34f8fc03 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 15 Sep 2022 18:56:37 -0700 Subject: add 's' git alias --- .gitconfig | 1 + 1 file changed, 1 insertion(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index 33416a09..e35adabb 100644 --- a/.gitconfig +++ b/.gitconfig @@ -17,6 +17,7 @@ # --simplify-by-decoration v = log --graph --full-history -n 30 --decorate --oneline --branches --all ov = log --graph --full-history -n 30 --decorate --oneline --branches --all --simplify-by-decoration + s = status co = checkout sco = "!f() { git stash && git checkout \"$@\"; git stash pop; }; f" -- cgit v1.2.3