chore: 🔧 updates

This commit is contained in:
Jake Pullen
2025-05-11 08:05:17 +01:00
parent f89bd10465
commit 885ced00d9
6 changed files with 430 additions and 17 deletions
+1 -5
View File
@@ -10,6 +10,7 @@
compression = 9 # trade cpu for network
fsync = none
whitespace = error # threat incorrect whitespace as errors
editor = nano
[advice] # disable advices
addEmptyPathspec = false
@@ -23,7 +24,6 @@
[diff]
context = 3 # less context in diffs
renames = copies # detect copies as renames in diffs
interHunkContext = 10 # merge near hunks in diffs
[init]
defaultBranch = main
@@ -38,10 +38,6 @@
showStash = true
showUntrackedFiles = all # show individual untracked files
[pager]
branch = false # no need to use pager for git branch
diff = diff-so-fancy | $PAGER # diff-so-fancy as diff pager
[push]
autoSetupRemote = true # easier to push new branches
default = current # push only current branch by default