Software Alternatives & Reviews

Pijul VS Pro Git

Compare Pijul VS Pro Git and see what are their differences

Pijul logo Pijul

Pijul is a free and open source distributed version control system based on a sound theory of...

Pro Git logo Pro Git

The Git Book is the official tutorial about Git.
  • Pijul Landing page
    Landing page //
    2021-10-01
  • Pro Git Landing page
    Landing page //
    2023-09-27

Category Popularity

0-100% (relative to Pijul and Pro Git)
Git
27 27%
73% 73
Code Collaboration
26 26%
74% 74
Git Tools
45 45%
55% 55
Developer Tools
0 0%
100% 100

User comments

Share your experience with using Pijul and Pro Git. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Pro Git should be more popular than Pijul. It has been mentiond 280 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Pijul mentions (41)

  • Pijul is a free and open source (GPL2) distributed version control system
    In Pijul, conflicts are not modelled as a "failure to merge", but rather as the standard case. Specifically, conflicts happen between two changes, and are solved by one change. The resolution change solves the conflict between the same two changes, no matter if other changes have been made concurrently. Once solved, conflicts never come back. - from https://pijul.org/. - Source: Hacker News / 2 months ago
  • Josh: Just One Single History
    Do not try and bend the spoon, that's impossible. Instead, only try to realize the truth...there is no spoon. Then you will see it is not the spoon that bends, it is only yourself -- what Pijul users say when they overhear git users arguing with each other about monorepos. https://pijul.org/. - Source: Hacker News / 2 months ago
  • Introduction to Loro's Rich Text CRDT
    I believe that handling merges like this correctly was a motive for designing pijul: https://pijul.org See the item on the splash page about 'merge correctness'. Unfortunately I wasn't able to find the post detailing the behavior with a bit of searching. - Source: Hacker News / 3 months ago
  • Introduction to Loro's Rich Text CRDT
    Darcs [0] patch theory was a predecessor to OTs/CRDTs (and a predecessor to git as well; in some ways it is the "smart" to which git was named "dumb"). When it works and performs well it is still sometimes version control magic. Pijul [1] is an interesting experiment to watch, trying to keep the patch theory flag flying and also trying to bring in updates from OTs and CRDTs as it can. [0] https://darcs.net [1]... - Source: Hacker News / 3 months ago
  • Launch HN: Diversion (YC S22) – Cloud-Native Git Alternative
    IMHO the only really interesting alternative to Git currently is Pijul (https://pijul.org) as it is not a more-or-less Git clone but a different approach to the problem itself. Pijul allows for very interesting development and ci/cd workflows. - Source: Hacker News / 3 months ago
View more

Pro Git mentions (280)

  • Basic website in Apache2 - how to use GitHub + VSCode to build it?
    The first couple of chapters of the "Git Book" should be a useful guide. Source: 5 months ago
  • Should I learn how to use git and GitHub as a beginner?
    Absolutely. Imo, the book on the official git website was the best resource that helped me understand and learn to use git. Source: 5 months ago
  • Git Branches: Intuition and Reality
    Including the git user manual [1] and the git book [2]? People tend to skip over those and go straight to the reference/manpages. 1. https://git-scm.com/docs/user-manual 2. https://git-scm.com/book/en/v2. - Source: Hacker News / 5 months ago
  • How relevant is the Pro Git book today for learning git.
    Stumbled upon the book pro-git and started reading it.It is a second edition from 2014. Source: 9 months ago
  • Teaching someone Git, and ELI5 book, video, or training session on it.
    Are there any good training sessions on GIT (not GitHub) out there? All I can find is the Git Book, but it's frankly a fairly dry read and kinda a firehose of information to digest. Would love a O'Reilly book or something. Source: 10 months ago
View more

What are some alternatives?

When comparing Pijul and Pro Git, you can also consider the following products

Mercurial SCM - Mercurial is a free, distributed source control management tool.

Learn Git Branching - "Learn Git Branching" is the most visual and interactive way to learn Git on the web; you'll be challenged with exciting levels, given step-by-step demonstrations of powerful features, and maybe even have a bit of fun along the way.

GitHub Desktop - GitHub Desktop is a seamless way to contribute to projects on GitHub and GitHub Enterprise.

Bazaar - Bazaar is a tool for helping people collaborate.

GitHub - Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.

darcs - Darcs is an advanced revision control system, for source code or other files.