git: enable autostash for rebase

This commit is contained in:
Guillaume Dott 2017-08-18 09:41:59 +02:00
parent 137d8ddd81
commit 8b310f4ddb

View File

@ -32,4 +32,5 @@
enabled = true
[rebase]
autosquash = true
autostassh = true
# vim: set filetype=gitconfig: