I want to change the Git default remote branch destination so I could just
git push
Instead of:
git push upstream >
git push upstream
Working with Git 2.3.2 ...
git branch --set-upstream-to myfork/master
Now status, push and pull are pointed to myfork remote
status
push
pull
myfork