From 87b56445a154045df291ba24725e8e23e18ad185 Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Fri, 11 Nov 2022 15:06:20 -0800 Subject: [PATCH] Add `stat` git alias --- src/.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.gitconfig b/src/.gitconfig index 4a296b8..d4006a5 100644 --- a/src/.gitconfig +++ b/src/.gitconfig @@ -26,6 +26,7 @@ pullrsurp = !git pull --rebase && git submodule update --recursive && git push reword = commit --amend shortstat = diff --shortstat + stat = diff --stat sur = submodule update --recursive [apply] whitespace = fix