I know other version control software exists, but does anyone use it? Why? What are the differences? All I’ve ever actually seen people use is git.
You are viewing a single thread.
View all comments 14 points
*
There is pijul.
- Pijul’s defining feature is its innovative algebra of patches model for version control, allowing changes to be applied in any order without creating conflicts, thus simplifying collaborative work.
- It efficiently handles branches and merges, with its patch theory often enabling it to automatically resolve conflicts, eliminating much of the headache typically associated with merge conflicts.
- Pijul is also free and open-source
Check this out: https://stackoverflow.blog/2023/05/23/for-those-who-just-dont-git-it-ep-573/
2 points
I am so incredibly intrigued by this! This might sound like a dumb question, but are there any examples of what this looks like hosted on GitHub? My employer mandates GitHub as a standardized location for enterprise code. So I’m curious if there’s a way to live in both worlds at once and not go mad.
5 points