jj jj jj jj jj
Summary
A blog post demonstrates how to fix the error when accidentally typing 'jj jj' in the jj version control system by creating a recursive alias in the jj config file that passes arguments through using 'util exec --'.
View Cached Full Text
Cached at: 06/30/26, 11:42 PM
Similar Articles
Better generated branch names with jj
The article presents a template alias for the jj version control system to generate more readable branch names by slugifying commit descriptions, improving usability over the default change ID-based names.
The (Petty) Reason We Didn't End Up Using jj
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.
jj v0.41.0 is out
Jujutsu (jj) v0.41.0 is released, introducing updates to the experimental version control system designed for improved usability and conflict handling.
1jehuang/jcode
jcode is an open-source coding agent harness designed for multi-session workflows with low resource usage, offering CLI installation and performance improvements over existing agents like Claude Code and Cursor Agent.
How Jujutsu Rethinks Git's Working Copy and Conflict Model
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.