Jujutsu als Alternative zu Git

Jujutsu ist ein neues (git-kompatibles) Versionsverwaltungssystem, das moderner und besser sein soll als git & Co.

Installation:

mkdir jj && cd jj
cargo install --git https://github.com/martinvonz/jj.git --locked --bin jj jj-cli
source <(jj util completion)

Unterschiede zu git siehe https://martinvonz.github.io/jj/v0.12.0/git-comparison/ (oder eine spätere Version hiervon).