Jujutsu and Radicle
radicle.xyz
Jujutsu and Radicle
1–10 of 97 posts
Re: Jujutsu and Radicle
#2Re: Jujutsu and Radicle
#3Re: Jujutsu and Radicle
#4Re: Jujutsu and Radicle
#5Re: Jujutsu and Radicle
#6Re: Jujutsu and Radicle
#7Re: Jujutsu and Radicle
#8It’s good alternatives of popular tools exist but git would not be my first bet as a tool that needs fixing…
Re: Jujutsu and Radicle
#9How are these patch sets reviewed? Is there some mechanism for integrating with review systems like GitHub?
However, unlike git, jj bookmarks are pinned to change IDs instead of immutable commit SHA-1s. This means that stacked PRs just work: Change something in the pr-1 bookmark, and all dependent bookmarks (pr-2, pr-3, ...) are automatically updated. A `jj git push --tracked` later and everything is pushed.
Re: Jujutsu and Radicle
#10Yup. Still 0 incentive to try jj. I’m still very much convinced most of the problems solved by jj either do not exist or are already solved by recent features of git. It’s good alternatives of popular tools exist but git would not be my first bet as a tool that needs fixing…