Skip to content

How can I use ff-only merging with jj? #4743

Answered by yuja
theoparis asked this question in Q&A
Discussion options

You must be logged in to vote

afaik, merge --ff-only isn't technically a merge, but moving a ref forward. The corresponding command in jj is jj bookmark move --from .. --to .. (to move ref) and jj new (to checkout the new revision.)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@theoparis
Comment options

Answer selected by theoparis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants