Skip to content

Commit

Permalink
git: Add speed improvements for Git on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Granddave committed Jan 7, 2024
1 parent 5ae27d7 commit 1e0650f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
excludesfile = ~/.gitignore
editor = nvim
pager = delta

# For Windows
#preloadindex = true
#fscache = true
#fsmonitor = true
[gc]
# For Windows
#auto = 256
[include]
path = ~/.gitconfig_local
[push]
Expand Down

0 comments on commit 1e0650f

Please sign in to comment.