Add git diffs alias

This commit is contained in:
Gabriel Augendre 2023-03-20 15:23:19 +01:00
parent 0300cc80d2
commit a0a14facd6
1 changed files with 1 additions and 0 deletions

View File

@ -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