I want to change the Git default remote branch destination so I could just
git push
Instead of:
git push upstream >
git push upstream
You can use git push -u to set the default upstream. See the documentation for git push for more details.
git push -u