Change default of git pull to rebase

This commit is contained in:
flyingscorpio@clevo 2022-05-23 14:50:10 +02:00
parent 2223baec7e
commit d9b7c12be8

View file

@ -2,7 +2,7 @@
name = {{ username }} name = {{ username }}
email = {{ useremail }} email = {{ useremail }}
[pull] [pull]
rebase = false rebase = true
[alias] [alias]
br = branch br = branch
ci = commit ci = commit