testeronious@lemmy.world to Programming@programming.dev · 2 years agoPopular git config optionsjvns.caexternal-linkmessage-square6fedilinkarrow-up183arrow-down10
arrow-up183arrow-down1external-linkPopular git config optionsjvns.catesteronious@lemmy.world to Programming@programming.dev · 2 years agomessage-square6fedilink
minus-squarestanka@lemmy.mllinkfedilinkarrow-up4·2 years agoIf you work in some place with a bunch of network disks, this is safe and fast. core.untrackedCache=true If you are on a local disk, this is faster/better. core.fsmonitor=true
If you work in some place with a bunch of network disks, this is safe and fast. core.untrackedCache=true
If you are on a local disk, this is faster/better. core.fsmonitor=true