Added new rebase option

This commit is contained in:
Marko Korhonen 2020-06-27 11:07:51 +03:00
parent 249262483c
commit 1bc0815dd4

View file

@ -6,9 +6,11 @@
[commit]
signoff = true
gpgsign = true
[tag]
gpgSign = true
signoff = true
[format]
signoff = true
@ -21,5 +23,9 @@
[diff]
prompt = false
tool = nvim-diff
[difftool "nvim-diff"]
cmd = nvim -d -c 'set nomodifiable'
[pull]
rebase = false