this post was submitted on 17 Sep 2025
197 points (99.0% liked)

Programming

22755 readers
24 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] IanTwenty@lemmy.world 6 points 2 days ago

I know. The author suggests:

Experiment with new-to-you version control systems like Fossil, Mercurial, and Pijul.

The author is:

learning about different version control systems. For example, the differences between Fossil and git revealed a lot of my biases towards git simply because it’s familiar (and Fossil seems really cool). Reading about the theory behind Pijul absolutely bends my brain into knots. I keep trying anyway because conflicts in git are frustrating and I’d like a better solution.

The author says:

It would be nice to move beyond git one day and have a better experience for managing complex codebases, and not on GitHub’s timeline.