what are the pull.rebase false & pull.ff true differences?
While both these settings act on how git pull should behave when git, during a git pull, has to reconcile changes in your local branch with upstream changes, they don’t turn the same knob. pull.ff can be set to false | true | only. It matches the cli options : –no-ff | –ff | –ff-only, … Read more