Jujutsu: A Git-compatible DVCS that is both simple and powerful
1–10 of 269 posts
Re: Jujutsu: A Git-compatible DVCS that is both simple and powerful
#2I've been playing with a homegrown centralized VCS client and server project, aimed at basically being the VCS host for monorepos, and this looks like a much better foundation for the VCS layer.
Re: Jujutsu: A Git-compatible DVCS that is both simple and powerful
#3Jujutsu: A Git-Compatible VCS - Git Merge 2022:
Video:
Slides:
https://docs.google.com/presentation/d/1F8j9_UOOSGUN9MvHxPZX...
Re: Jujutsu: A Git-compatible DVCS that is both simple and powerful
#4Re: Jujutsu: A Git-compatible DVCS that is both simple and powerful
#5Re: Jujutsu: A Git-compatible DVCS that is both simple and powerful
#6Re: Jujutsu: A Git-compatible DVCS that is both simple and powerful
#7Looks very interesting, will definitely have to give this a deeper try.
Re: Jujutsu: A Git-compatible DVCS that is both simple and powerful
#8Re: Jujutsu: A Git-compatible DVCS that is both simple and powerful
#9(the UX around this is the shortcoming of all current DVCS..)
Re: Jujutsu: A Git-compatible DVCS that is both simple and powerful
#10Looks really cool! One thing I'm not clear on from the docs: does it support ignoring changes to some files for "real" commits? For example, a repo at work has a file used for mocking up feature flags. The file is tracked but it's encouraged to edit it when testing things, just don't commit your changes. If I'm not mistaken, I'd have to remember to undo changes to that file before "describing" the commit. Is that rig…
However, if you don't manually put a branch on it, it'll never get pushed and will stay on your machine only.
You can sit on this personal commit and rebase it on top of any other commit to move around the repo, again and again if you like.