Hello Jacques,
[hidden email] writes:
In order to avoid unnecessary merge commits, I would recommend using
‘git pull --rebase’ instead of ‘git pull’
If you don't want to be bother with the extra ‘--rebase’ argument you
can configure git to automatically rebase instead of merge when doing
‘git pull’ with:
git config --global pull.rebase true
HTH,
--
Mathieu Lirzin
GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37