I did something stupid and accidentally merged the topic thread into my lead thread and then pushed it to github (where others pulled). To make sure this was a complete error, I pulled it onto my production servers.
I hung in my voice for enough time, and now I need to figure out how to effectively roll back the code when committing commit history.
To get my product code in the correct order, I ran git checkout hashoflettersandnumbers and that commit I want HEAD to be.
I run git reset hashoflettersandnumbers and then git clean to remove the changes from this commit going forward, but I cannot force this code to be HEAD of the master branch and make a new commit.
source share