rel:: [[distributed version control|DVCS]] # jujutsu Jujutsu is a version control system for software projects. Jujutsu internally abstracts the user interface and version control algorithms from the storage systems used to serve your content. It has physical backends that may have their own data or networking models—like Mercurial, [[git]], or Breezy. ## Reference - [docs](https://jj-vcs.github.io/jj/latest/) - [Steve Klabnik Tutorial](https://steveklabnik.github.io/jujutsu-tutorial/) - [cheat sheet](https://justinpombrio.net/src/jj-cheat-sheet.pdf)