1 2 3 4 5 6
# all future branches $ git config --global branch.autosetuprebase always # current branch "develop" $ git config branch.develop.rebase true