From 09363311c987d1b5496d06efe006569ccbe1b7d4 Mon Sep 17 00:00:00 2001 From: Tony Miller Date: Thu, 21 Aug 2025 22:37:11 +1000 Subject: [PATCH] git config cleanup wip --- .config/git/config | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/.config/git/config b/.config/git/config index 179a4db..6eedcc0 100644 --- a/.config/git/config +++ b/.config/git/config @@ -9,26 +9,33 @@ [core] excludesFile = ~/.config/git/ignore quotepath = false + [pull] rebase = true + [alias] df = difftool + [filter "lfs"] required = true clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f process = git-lfs filter-process + [push] autoSetupRemote = true # Diffs and Merges {{{ [diff] tool = Kaleidoscope + [difftool] prompt = false trustExitCode = true + [merge] tool = Kaleidoscope + [mergetool] prompt = false conflictstyle = diff3 @@ -62,17 +69,4 @@ cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot trustExitCode = true # }}} -[difftool "sourcetree"] - cmd = opendiff \"$LOCAL\" \"$REMOTE\" - path = -[mergetool "sourcetree"] - cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\" - trustExitCode = true -[user] - name = Tony Miller - email = aermolenko@atlassian.com -[trace2] - eventTarget = af_unix:/Users/aermolenko/.gittrace/trace.sock - eventBrief = true - eventNesting = 1 - configparams = custom.metacommands +