Skip to content

support autostash for pull rebase #3018

Description

@xandudex

Is your feature request related to a problem? Please describe.
Pulling fails when there are uncommitted local changes, forcing a manual stash -> pull -> pop workflow. The rebase.autoStash setting in git config is currently ignored.

Describe the solution you'd like
Support --autostash when pulling/rebasing, or respect the rebase.autoStash git config automatically.

Describe alternatives you've considered

  • Manually stashing and popping in GitUI's stash tab.
  • Dropping to the terminal to run git pull.

Additional context
There was a closed issue #1399 somehow related to that problem

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions