autosquash on interactive rebases

This commit is contained in:
Felix Van der Jeugt 2020-09-22 11:01:06 +02:00
parent 6871571fe9
commit a4b4e35e9b
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 2 additions and 1 deletions

View File

@ -21,4 +21,5 @@
ff = merge --ff-only @{upstream}
co = checkout
jn = merge --no-ff --log --edit
[rebase]
autoSquash = true