What a rabbit hole I fell into with this. Really nice options, thanks for sharing!
Popular git config options
Submitted 8 months ago by testeronious@lemmy.world to programming@programming.dev
https://jvns.ca/blog/2024/02/16/popular-git-config-options/
Comments
Mad_Punda@feddit.de 8 months ago
BrianTheeBiscuiteer@lemmy.world 8 months ago
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.stanka@lemmy.ml 8 months ago
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
Perhyte@lemmy.world 8 months ago
Somehow my
.gitignore
seems to have grown by about 20 lines after reading this article. How mysterious…MyNameIsRichard@lemmy.ml 8 months ago
Bookmarked for later reference. Thank you.
lostinasea@lemmy.world 8 months ago
Some of these are going to be very useful to me. I’m going to share this link with my team as well. Thanks!