@ianthetechie Yeah, CLI almost exclusively. (Though I have a magit-style TUI I use too.) The first things that sold me on jj - and that I don’t think a different git UI could really help with - were:
- jj fix: rerun the code formatter over all unpushed commits.
- merge/rebase conflicts don’t stop the world. Git basically locks up until you fix or abort.
- undo built in.
@krisajenkins pilot interesting! Thanks Kris! I know maybe half a dozen people using jj regularly and you’re the first to mention the first two!l of these three!