I tried setting
git config --global pull.rebase false
and
git config pull.rebase false
and when I run
git config --global pull.rebase
or
git config pull.rebase
I see false, but when I run git pull ...
it still is doing a rebase. How can I make this go away again?