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 }}
|
||||
email = {{ useremail }}
|
||||
[pull]
|
||||
rebase = false
|
||||
rebase = true
|
||||
[alias]
|
||||
br = branch
|
||||
ci = commit
|
||||
|
|
Loading…
Add table
Reference in a new issue