I am fairly new to using Git with multiple engineers. Can someone tell me, if I do:
git config pull.rebase true
That changes my local git configuration *always*, correct?
In the future if I ever try to git push (we have a server setup that everyone pushes to) and someone else has already pushed one or more commits since I last git pulled, I can then git pull and it will *always* rebase my commits?