this post was submitted on 19 Feb 2024
81 points (100.0% liked)

Programming

17031 readers
454 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] lostinasea@lemmy.world 8 points 7 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!

[–] Mad_Punda@feddit.de 6 points 7 months ago

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

[–] BrianTheeBiscuiteer@lemmy.world 6 points 7 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 4 points 7 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 4 points 7 months ago* (last edited 7 months ago)

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

[–] MyNameIsRichard@lemmy.ml 2 points 7 months ago

Bookmarked for later reference. Thank you.