No more git push -u
Hello in this short post I will show you how to avoid to set up the upstream branch when you're doing a git push.
when you create a new branch and you should to push your changes you should to set up the upstream with:
git push -u