mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-20 16:20:18 +01:00
Explicitly set pull.rebase = false, to avoid the long confusing warning
Fixes #45.
This commit is contained in:
parent
9b7cc5de02
commit
d44c7d0d49
1 changed files with 2 additions and 0 deletions
|
@ -12,3 +12,5 @@
|
|||
detachedHead = false
|
||||
[receive]
|
||||
denyCurrentBranch = ignore
|
||||
[pull]
|
||||
rebase = false
|
||||
|
|
Loading…
Reference in a new issue