Replies: 1 comment 5 replies
-
Sounds like you need an untracked bookmark. If a local bookmark doesn't track a remote bookmark, the local bookmark won't be updated/deleted on fetch. There's a feature request to push local bookmarks without setting up tracking, but it's not implemented yet. |
Beta Was this translation helpful? Give feedback.
5 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.
-
i.e. resolve any conflict/overwrites
jj bookmark track <branch>
orjj git fetch
can cause by taking the local revisionSome sample use case:
jj
Fixing these manually with
jj abandon
orjj bookmark set
is fairly tedious when the simple resolution is most likely to drop the remote changes.On a similar note: Is it possible to make jj untack a remote without deleting a local bookmark when the remote branch is deleted? It would be nice to keep the local bookmark for historical purposes.
Beta Was this translation helpful? Give feedback.
All reactions