From 9e43483fd824486b804e7cd792e0f3c14e0e3ed9 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 29 Aug 2023 22:34:19 +0200 Subject: [PATCH] git: Fix formatting alignments --- git/.config/git/config | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/git/.config/git/config b/git/.config/git/config index a39d586..03f2abe 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -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