git: Fix formatting alignments

This commit is contained in:
Marty Oehme 2023-08-29 22:34:19 +02:00
parent 0088a35f44
commit 9e43483fd8
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
1 changed files with 4 additions and 6 deletions

View File

@ -5,15 +5,13 @@
[init]
defaultBranch = main
[sendemail]
smtpserver = "/usr/bin/msmtp"
annotate = yes
smtpserver = "/usr/bin/msmtp"
annotate = yes
[alias]
ignore = "!gitignore -f"
pushmerge = "push -o merge_request.merge_when_pipeline_succeeds" # see https://docs.gitlab.com/ce/user/project/push_options.html # merge-when-pipeline-succeeds-alias
last = "diff HEAD~ HEAD"
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
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
[commit]
gpgsign = true # sign commits as me
verbose = true # Always show diff when preparing commit message