Git: Rebase when pulling by default

This commit is contained in:
2020-06-14 11:30:15 -07:00
parent e25eb17108
commit 8244156829

View File

@@ -17,3 +17,5 @@
fsckobjects = true fsckobjects = true
[credential] [credential]
helper = store helper = store
[pull]
rebase = true