feat(git): Add autoStash
to rebase
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
16cff1fd7e
commit
fbba2fa1c9
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
|
|
||||||
|
[rebase]
|
||||||
|
autoStash = true
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Matej Focko
|
name = Matej Focko
|
||||||
email = {{ git_email }}
|
email = {{ git_email }}
|
||||||
|
|
Loading…
Reference in a new issue