Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
JJ
Search

JJ

Creator
Creator
Seonglae Cho
Created
Created
2024 Jul 6 5:11
Editor
Editor
Seonglae Cho
Edited
Edited
2025 Jul 7 22:5
Refs
Refs
Monorepo
jj
jj-vcs • Updated 2025 Jul 7 21:42

Jujutsu

Google’s new VCS, Git Backend

A Git-compatible VCS that is both simple and powerful
Cargo Binstall
 
 

From scratch

From the git repo

Jujutsu internally treats bookmarks similar to Git branches, allowing you to selectively send only desired commits (changes) to remotes

Git pull

Pros

  • pr without separate branch
  • Compatibility with git, github
 
 
 

Install

Installation and setup - Jujutsu docs
There are pre-built binaries of the last released version of jj for Windows, Mac, or Linux (the "musl" version should work on all distributions).
Installation and setup - Jujutsu docs
https://jj-vcs.github.io/jj/latest/install-and-setup/
jj init — Sympolymathesy, by Chris Krycho
Jujutsu (`jj`) is a new version control system from a software developer at Google. I have been using it full time for 6 months. Here’s why you should switch, too.
jj init — Sympolymathesy, by Chris Krycho
https://v5.chriskrycho.com/essays/jj-init/
jj init — Sympolymathesy, by Chris Krycho
Git experts should try Jujutsu · pksunkara
My personal blog
https://pksunkara.com/thoughts/git-experts-should-try-jujutsu/
 
 

Table of Contents
JujutsuGoogle’s new VCS, Git BackendFrom scratchFrom the git repoGit pullProsInstall

Backlinks

Version Control

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
JJ
Copyright Seonglae Cho