Popular git config options (jvns.ca)
from testeronious@lemmy.world to programming@programming.dev on 19 Feb 2024 02:34
https://lemmy.world/post/12130621

#programming

threaded - newest

stanka@lemmy.ml on 19 Feb 2024 03:21 next collapse

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

lostinasea@lemmy.world on 19 Feb 2024 05:45 next collapse

Some of these are going to be very useful to me. I’m going to share this link with my team as well. Thanks!

MyNameIsRichard@lemmy.ml on 19 Feb 2024 08:42 next collapse

Bookmarked for later reference. Thank you.

BrianTheeBiscuiteer@lemmy.world on 19 Feb 2024 14:50 next collapse

Dang! Didn’t even get to the bulk of the content before getting blown away by push.autosetupremote. I’ve done this using a git function for years.

Mad_Punda@feddit.de on 19 Feb 2024 22:35 next collapse

What a rabbit hole I fell into with this. Really nice options, thanks for sharing!

Perhyte@lemmy.world on 20 Feb 2024 09:37 collapse

Somehow my .gitconfig seems to have grown by about 20 lines after reading this article. How mysterious…