I am a complete neophyte with git If it is in any way possible for someone to screw something up or not know it, assume that to be the case :-)
I added my changes, did a commit, and issued a 'git push origin' but forgot to append the branch. So git cheerfully pushed my work into the master. I tried a 'git revert', but that deleted my changes from my computer.
How do I get my work out of master and back on to my computer, and then revert master back to the way it was before?