SyntaxFix
Write A Post
Hire A Developer
Questions
If you didn't commit it to the master branch yet, its easy:
git checkout -b oops/fluke/dang
git add -u; git commit;
git checkout master
Your changes will be saved in branch oops/fluke/dang; master will be as it was.