default value of rebase flag in git pull –rebase

The default is true. I can’t find any documentation for this, but it is.

The option false is for when you have configured your repo, your branch or your system to always rebase when pulling.

The other options are explained in the docs.

Leave a Comment