-
Hi! I'm enjoying After a PR is rebased and remote branch is deleted, The local branch is deleted though (only its name, not commits), so it's impossible to do something like The last and the most annoying issue: after cleaning a dead branch as described above, Am I doing something wrong here? Is there a nicer way to get rid of remote rebased commits and still see them with default |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If your repo is colocated, make sure that your local commits aren't checked out. Commits referred by unrelated refs including |
Beta Was this translation helpful? Give feedback.
If your repo is colocated, make sure that your local commits aren't checked out. Commits referred by unrelated refs including
HEAD@git
won't be abandoned. I'm not sure if the current behavior is correct, but that's how unreachable commits are deletected as of now.