Software Alternatives & Reviews

Jj init – getting serious about replacing Git with Jujutsu

Learn Git Branching Sapling SCM
  1. "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.

    #Developer Tools #Open Source #Productivity 124 social mentions

  2. A scalable, user-friendly source control system.
    Pricing:
    • Open Source
    Lots to digest here! I have been keeping an eye on Pijul so it is cool to see some of its features implemented in jj. Sapling[0], similarly, is a new VCS tool out there which can work with a git repo. It also has anonymous branches, no staging area, supports stacked commits and can track the history of a commit over time. I've been using a similar workflow to the article's author: git with a UI to handle commits of hunks of a file to group related changes. My working branch often has unrelated changes that get tossed from branch to branch as I am able to commit. I haven't figured out where these new tools fit into my workflow yet, but I am glad there's new options that will help making working on a project more flexible and organized. [0]: https://sapling-scm.com.

    #Git #Code Collaboration #Git Tools 13 social mentions

Discuss: Jj init – getting serious about replacing Git with Jujutsu

Log in or Post with