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.

  1. 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.
  2. 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.
  3. 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/

permalink
report
reply
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.

permalink
report
parent
reply
5 points

Afaik GitHub is for git only. While you can import existing git projects, pijul has its own web frontend called nest.

permalink
report
parent
reply

Ask Experienced Devs

!ask_experienced_devs@programming.dev

Create post

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

Community stats

  • 1

    Monthly active users

  • 42

    Posts

  • 489

    Comments

Community moderators