I did it! I spent 5 seconds to google something that I've conciously been doing inefficiently for a decade.
git reset --hard "@{u}"
reset to the upstream branch, same as:
git reset --hard origin/my-branch-name
git reset --hard "@{u}"
reset to the upstream branch, same as:
git reset --hard origin/my-branch-name
1