jujutsu

Tag

Cards List
#jujutsu

GitHub Stacks in Jujutsu

Lobsters Hottest · 2026-08-13 Cached

A technical primer on using GitHub's stacked pull request feature with the Jujutsu version control system, covering prerequisites, jj configuration, and manual workflows for creating and linking stacks.

0 favorites 0 likes
#jujutsu

Web-based Jujutsu revset explorer & debugger

Lobsters Hottest · 2026-07-21 Cached

A web-based playground for exploring and debugging Jujutsu revsets, with graph editing, evaluation, and permalink sharing.

0 favorites 0 likes
#jujutsu

Evan's Jujutsu Tutorial

Lobsters Hottest · 2026-07-12 Cached

A concise tutorial for Jujutsu (jj), a version control system, aimed at users familiar with Git.

0 favorites 0 likes
#jujutsu

The (Petty) Reason We Didn't End Up Using jj

Lobsters Hottest · 2026-07-06 Cached

Gradle explains why they decided not to adopt Jujutsu (jj) as their primary version control system: jj does not honor .gitattributes, causing persistent phantom modifications on files like gradlew.bat on Windows due to line-ending mismatches. They continue using git worktree instead.

0 favorites 0 likes
#jujutsu

jj v0.43.0 released

Lobsters Hottest · 2026-07-02 Cached

Jujutsu v0.43.0, a Git-compatible version control system designed for ease of use and powerful history rewriting, has been released with updates.

0 favorites 0 likes
#jujutsu

How Jujutsu Rethinks Git's Working Copy and Conflict Model

Lobsters Hottest · 2026-07-01 Cached

Jujutsu (jj) is a new version control system that rethinks Git's working copy and conflict model, offering a more coherent workflow while maintaining full Git compatibility.

0 favorites 0 likes
#jujutsu

jj_tui: terminal user interface to jujutsu focused on speed and clarity

Lobsters Hottest · 2026-06-30 Cached

jj_tui is a fast, intuitive terminal user interface for the Jujutsu version control system, focusing on performance and interactive features like real-time graph previews.

0 favorites 0 likes
#jujutsu

Defeating Git Rigour Fatigue with Jujutsu

Hacker News Top · 2026-05-24 Cached

This article presents a workflow using the Jujutsu version control system to overcome the fatigue of maintaining strict commit discipline in Git, allowing developers to make messy commits and then reorganize them cleanly at the end.

0 favorites 0 likes
#jujutsu

What would you want from a forge?

Lobsters Hottest · 2026-05-19 Cached

A discussion thread on Lobsters asking developers what features they would like to see in a code forge, particularly regarding version control presentation and collaboration models, referencing tools like Jujutsu and Git.

0 favorites 0 likes
#jujutsu

An update on East River Source Control availability

Lobsters Hottest · 2026-05-13 Cached

East River Source Control announces an update on the availability of its new code hosting platform, which is built on the Jujutsu version control model and aims to offer high-performance storage and collaboration features.

0 favorites 0 likes
#jujutsu

Jujutsu megamerges for fun and profit

Lobsters Hottest · 2026-04-20 Cached

A technical guide explaining the 'megamerge' workflow in Jujutsu, a version control system alternative to Git, which leverages octopus merges (commits with 3+ parents) to manage multiple concurrent branches and development contexts efficiently.

0 favorites 0 likes
← Back to home

Submit Feedback