Uhh yuk. Doing a git rebase from a branch, where I picked up 3 changes but rebased like 10, I really wish I had used git pull. I guess I am s[till learning git. The changes were published...
I'd rather have done a git pull, so only the 3 checkins are added to the upper branch rather than rebaseing the dozen or so commits in the upper branch.
Is there a way to clean this up? Or just move on. Github won't let me back out the commit, probably for good reason.