Change default of git pull to rebase
This commit is contained in:
parent
2223baec7e
commit
d9b7c12be8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue