Pull with Rebase
Git push with rebase instead of “merge”.
git config --global pull.rebase true
Push only to the current branch.
If its named upstream is identical
git config –global push.default simple
Git push with rebase instead of “merge”.
git config --global pull.rebase true
If its named upstream is identical
git config –global push.default simple