Difference with gut? #6438
|
Hello team! What is the difference between jujutsu (jj) and gut? Related |
Answered by
PhilipMetzger
May 3, 2025
Replies: 2 comments 1 reply
Implementationgut is written in Go while jj is written in Rust |
0 replies
|
Gut seems to be a nice Git frontend while Jujutsu is another VCS implementation with different backends such as the the Google one and the Git backend which is predominantly used today (also because no other OSS backend implementation exists yet). TLDR; Gut makes the Git experience nicer, Jujutsu is something separate which interops nicely with GIt. |
1 reply
Answer selected by
cenviity
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gut seems to be a nice Git frontend while Jujutsu is another VCS implementation with different backends such as the the Google one and the Git backend which is predominantly used today (also because no other OSS backend implementation exists yet).
TLDR; Gut makes the Git experience nicer, Jujutsu is something separate which interops nicely with GIt.