From a0a14facd6738a51d43166f4e79d56d0460dac4a Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 20 Mar 2023 15:23:19 +0100 Subject: [PATCH] Add git diffs alias --- private_dot_gitconfig.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/private_dot_gitconfig.tmpl b/private_dot_gitconfig.tmpl index 45f6ed5..36e2e42 100644 --- a/private_dot_gitconfig.tmpl +++ b/private_dot_gitconfig.tmpl @@ -46,6 +46,7 @@ tagam = ! "f() { git tag -a $1 -m \"$1\"; }; f" pushtag = push --follow-tags pushnoci = push -o ci.skip + diffs = diff --staged [core] editor = vim attributesfile = {{ .chezmoi.homeDir }}/.gitattributes