Improve git workflow: enable fsmonitor and untrackedCache, add watchman,

improve some git aliases
This commit is contained in:
Martin Larsson 2025-07-15 12:20:53 +02:00
parent 48ed428fd6
commit 25d56990cd
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,8 @@
compression = 9
whitespace = error
preloadindex = true
fsmonitor = true
untrackedCache = true
[status]
branch = true
@ -38,6 +40,10 @@
[rebase]
autoStash = true
missingCommitsCheck = true
autosquash = true
[merge]
ff = false
[log]
abbrevCommit = true