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 easily change default remote for branches all at once simple using this command
git push -u --all