What I've learned from jj
zerowidth.com
What I've learned from jj
1–10 of 140 posts
Re: What I've learned from jj
#2Re: What I've learned from jj
#3`lazyjj` [1] makes it easier to navigate around the change log (aka commit history) with single keypresses. The only workflow it's currently missing for me is `split`.
For the times when I have had to push to a shared git repo, I used the same technique mentioned in the article to prevent making changes to other developer's commits [2].
It's been a seamless transition for me, and I intend to use Jujutsu for years.
[1] https://github.com/Cretezy/lazyjj [2] https://jj-vcs.github.io/jj/latest/config/#set-of-immutable-...
Re: What I've learned from jj
#4Re: What I've learned from jj
#5Re: What I've learned from jj
#6Re: What I've learned from jj
#7Huh, reading the penultimate "“Units of change” and collaboration" section reinforces the feeling that Github PRs really are a poor way to do code submission/review, and have been holding back a lot of the industry from better ways of working for a long time.
Re: What I've learned from jj
#8I would really love a comparison between JJ and fossil. I use fossil for personal projects instead of git. So I'd like to know if I should consider JJ.
JJ itself uses Github, where as fossil is very easy to self-host including issue tracking, wiki etc.