Git Current Branch Multiple Upstream Refusing Push
Note to self
If you get the following git error
$ git push
fatal: The current branch master has multiple upstream branches, refusing to push.
Solve it with:
git config remote.origin.push HEAD
If you get the following git error
$ git push
fatal: The current branch master has multiple upstream branches, refusing to push.
Solve it with:
git config remote.origin.push HEAD