git: Reformat config

This commit is contained in:
Marty Oehme 2025-02-07 16:41:59 +01:00
parent 8a57725f15
commit 8b6e338fc2
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -20,7 +20,7 @@
smtpserver = "/usr/bin/msmtp" smtpserver = "/usr/bin/msmtp"
annotate = yes annotate = yes
[alias] [alias]
ignore = "!gitignore -f" ignore = "!gitignore -f" # requires gitignore script to be in PATH
last = "diff HEAD~ HEAD" last = "diff HEAD~ HEAD"
pushall = "!git remote | xargs -I R git push R" # push to all connected remotes pushall = "!git remote | xargs -I R git push R" # push to all connected remotes
fetchall = "!git remote | xargs -I R git fetch R" # fetch from all connected remotes fetchall = "!git remote | xargs -I R git fetch R" # fetch from all connected remotes