Based on our record, Learn Git Branching should be more popular than Pijul. It has been mentiond 132 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.
Obligatory link to https://pijul.org/ which I’d say also fits the description - in which you really commit patches instead of whole trees and patches are pretend. - Source: Hacker News / 4 months ago
Simplicity is in the eye of the beholder but Pijul[0] claims to be "easy to learn and use". [0] https://pijul.org/. - Source: Hacker News / 5 months ago
>> see jujutsu nowadays I'm looking at pijul.. https://pijul.org/. - Source: Hacker News / 7 months ago
How does this compare to Pijul[1]? [1] https://pijul.org/. - Source: Hacker News / 10 months ago
Using theory of patches would better compliment the current approach. Integrating a scm such as https://pijul.org or atleast the underlying tech would allow for better conflict resolutions. Transferring patches should also allow for more efficient use of io. - Source: Hacker News / 11 months ago
Https://learngitbranching.js.org/ is very good for learning how Git branching works. Once you're done with the tutorial bit, the https://learngitbranching.js.org/?NODEMO version is good to try out commands and see what the tree looks like after each command. - Source: Hacker News / 2 months ago
Https://learngitbranching.js.org/ is my go-to recommendation. - Source: Hacker News / 2 months ago
I upskilled significant in git playing the https://learngitbranching.js.org/ game. - Source: Hacker News / 2 months ago
Neat game. You might want to check out this other git teaching game - https://learngitbranching.js.org/. - Source: Hacker News / 2 months ago
> But first, people need to see visually how they can interact with the tree. Interactive tutorial with tree visualization that has helped co-workers: https://learngitbranching.js.org/. - Source: Hacker News / 4 months ago
Mercurial SCM - Mercurial is a free, distributed source control management tool.
Pro Git - The Git Book is the official tutorial about Git.
darcs - Darcs is an advanced revision control system, for source code or other files.
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.
Gitless - Gitless is an experimental version control system built on top of Git.
VS Code - Build and debug modern web and cloud applications, by Microsoft