From ec051b8c2841df73eaf1520beafacf507e0ac4c3 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 6 Feb 2024 16:45:18 -0800 Subject: [PATCH] [gitconfig] Add new options via https://social.jvns.ca/@b0rk/111885363143321068 --- gitconfig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index eb32a7d..f2eb0ae 100644 --- a/gitconfig +++ b/gitconfig @@ -3,13 +3,19 @@ email = sami@samhuri.net signingkey = 2742FC16 [branch] - autosetupmerge = true + autosetupmerge = simple + autosetuprebase = always [core] quotepath = false whitespace = trailing-space,space-before-tab excludesfile = /Users/sjs/config/gitignore pager = diff-so-fancy | less --tabs=4 -RFX attributesfile = /Users/work/.gitattributes +[pull] + ff = only + rebase = true +[commit] + verbose = true [diff] mnemonicprefix = true renames = copies