Tuesday, November 24, 2020

Git: Enable auto stash for rebase

For the current repository:

git config rebase.autoStash true

For global:

git config --global rebase.autoStash true

No comments: