adarsh / dotfiles

my dotfiles - configurations for developing in OS X
8 stars 4 forks source link

Automatically stash unstaged changes when rebasing #72

Closed adarsh closed 6 years ago

adarsh commented 6 years ago

Reason for Change

From the git documentation:

Automatically create a temporary stash before the operation begins, and apply it after the operation ends. This means that you can run rebase on a dirty worktree. However, use with care: the final stash application after a successful rebase might result in non-trivial conflicts.

Changes

https://www.praqma.com/stories/git-autostash/