provide a better description when rebase in progress#6984
provide a better description when rebase in progress#6984outofambit merged 1 commit intodevelopmentfrom
Conversation
This is a good find. I assumed that the menu items were aware of a detached HEAD but I'll see if I can lock that down for
This is an interesting point, and I've got some ideas to tackle this:
I favour the latter approach because the app should require the user to bring along all the files when continuing the rebase. @billygriffin any objections to figuring out how to achieve that within the Changes tab? |
I also favor the latter. ( |
Makes sense to me, agreed! One question, I remember there was some goofiness in the merge conflicts flow around working directory changes being inadvertently committed as part of the conflict resolution process. Does that same concern exist in this flow or no? |
Are you referring to untracked files and this issue #6411? If so, I have the same behaviour in place when continuing a rebase: desktop/app/src/lib/stores/app-store.ts Lines 3363 to 3371 in 9f182b9 For tracked changes, there's two different flows to consider:
Happy to chat more about this if there's further questions. I've also opened #7006 to track what we should do with the checkboxes for changed files while in a rebase. |
|
@shiftkey I believe @billygriffin is referring to #6349 (but correct me if i'm wrong) |



Overview
Closes #6980
Description
This tweaks the push/pull button to avoid mentioning
detached HEADwhen a rebase is in progress:Release notes
Notes: no-notes