logoalt Hacker News

SV_BubbleTimeyesterday at 3:43 PM1 replyview on HN

>There is also `jj git clone`, `jj git fetch`, `jj git push`, etc.

If the compatibility isn’t automatic… why would I bother with jj commands here at all? “Git with extra steps”


Replies

steveklabnikyesterday at 4:03 PM

The on-disk repository compatibility is automatic. But if you're trying to fetch something via a specific protocol, you use the command for the protocol you want to use.

There is no extra step between `git push` and `jj git push`, they're both one step.

show 1 reply