feat(git): Add autoStash to rebase

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2021-08-29 16:10:25 +02:00
parent 16cff1fd7e
commit fbba2fa1c9
No known key found for this signature in database
GPG key ID: 332171FADF1DB90B

View file

@ -23,6 +23,9 @@
[pull]
rebase = true
[rebase]
autoStash = true
[user]
name = Matej Focko
email = {{ git_email }}