Find the commits that have been left over from bookmark movement/deletion #10019
Unanswered
lakshayg
asked this question in
Nice Revsets
Replies: 2 comments 2 replies
|
I clean them up using this revset which says "find all my commits that don't lead to a local or remote bookmark" [revset-aliases]
"relics()" = "(mine() ~ ::(bookmarks() | remote_bookmarks() | @))::"The top level jj log -r 'relics()'
jj abandon -r 'relics()' |
2 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.
Often times I see commits in
jj logthat have already been merged (squashed) but jj is still holding on to them. How do I clean them up?All reactions