Set default pull strategy to ff-only, because git 2.27 complains if unset
Rebase won't let you pull with unstaged changes, and I rarely want to make a merge commit
This commit is contained in:
parent
6e3df114da
commit
7a4173ee13
@ -1,6 +1,8 @@
|
|||||||
[user]
|
[user]
|
||||||
email = adam@adamgoldsmith.name
|
email = adam@adamgoldsmith.name
|
||||||
name = Adam Goldsmith
|
name = Adam Goldsmith
|
||||||
|
[pull]
|
||||||
|
ff = only
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
[core]
|
[core]
|
||||||
|
Loading…
Reference in New Issue
Block a user