Skip to content

resuming from a failed rebase #24

@ghazel

Description

@ghazel

Resuming from a failed rebase also needs to re-apply the stash. Should there be a git smart command for resume? Or at least an additional note in the error message.

In the most common instance, it's necessary to do:

git rebase --continue
git stash pop

But maybe there are more cases?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions