Skip to content

Rebase cause detached #6025

Answered by ethomson
BohdanSomatic asked this question in Q&A
Aug 31, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Rebase always does this, which is the same thing that git rebase on the command line does. If you pause the rebase processing (perhaps because you break or edit in the rebase script, or because you hit a conflict) then you will see that your HEAD is detached. Your head will be reattached, so to speak, when the rebase has been completed.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BohdanSomatic
Comment options

Answer selected by BohdanSomatic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants