Replies: 1 comment
-
|
You can use git to do the rebase:
Git handles rebasing over renames better. Adding a bookmark ensures jj abandons the original commits (you could just abandon them manually, but I think adding a temporary bookmark is easier). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Copy and rename detection isn't implemented yet for rebases: #47, but I wonder, is there any kind of workaround for when I want to rebase a commit which modifies a renamed file? For example:
Is there any way to rebase in either direction, either moving
daftercorcafterdwithout just getting a merge conflict that covers the entire file?Beta Was this translation helpful? Give feedback.
All reactions