git: add restore --staged alias

This commit is contained in:
Gabriel Augendre 2024-01-26 09:00:16 +01:00
parent 8dbb737944
commit d32139c8bb

View file

@ -47,6 +47,7 @@
pushtag = push --follow-tags
pushnoci = push -o ci.skip
diffs = diff --staged
restores = restore --staged
[core]
editor = vim
attributesfile = {{ .chezmoi.homeDir }}/.gitattributes