-
I abandoned some commits: I want to see them as a branch in the current version of my repo, alongside any new commits I've created since abandoning them. |
Beta Was this translation helpful? Give feedback.
Answered by
jennings
Sep 8, 2025
Replies: 1 comment 3 replies
-
Either of the following should do it: $ jj new COMMIT_ID
$ jj bookmark set some-name -r COMMIT_ID |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jacg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Either of the following should do it:
$ jj new COMMIT_ID $ jj bookmark set some-name -r COMMIT_ID