Problem Statement
How do you configure `git pull` to rebase by default for the current repo?
Explanation
Set at repo scope with `git config pull.rebase true` (or `--global` for all repos).
Practice Sets
This question appears in the following practice sets:
