Using Jujutsu in a colocated git repository
Jujutsu (jj
) is a Git-compatible version control system that offers a different approach to managing your code history.
I have spent the last few weeks using Jujutsu (or jj
) daily on personal and work git repositories.
One of its advantages is that you can use it locally alongside your team without them being aware that you’re managing your code history differently.
Really, Jujutsu is a frontend for git, using git as its backend. Your work is still based on a commit history, but the way you evolve your commits is different.