testeronious@lemmy.world to Programming · 10 months agoPopular git config optionsjvns.caexternal-linkmessage-square6fedilinkarrow-up183arrow-down10cross-posted to: git
arrow-up183arrow-down1external-linkPopular git config optionsjvns.catesteronious@lemmy.world to Programming · 10 months agomessage-square6fedilinkcross-posted to: git
minus-squarestanka@lemmy.mllinkfedilinkarrow-up4·10 months 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