I\'ve done a fair bit of work (\"Your branch is ahead of \'origin/master\' by 37 commits.\") which really should have gone into its own branch rather than into master<
master<
What about:
git reset
git pull
Or will that explode when you try to re-merge the branch?