First question so I'm going to try to get this correct.
I created a branch and was working on a project for a couple of weeks. I created a pull request to merge my branch with the master branch. When my branch was merged with master it created a lot of various issues (whoops lots of emails in the morning). So, my pull request was reverted and the next day I corrected the issues and pushed back to my branch. However, when attempting to create the pull request, it does not recognize the changes prior to the revert.
I've attempted 'git checkout (sha for previous commit)' and then 'git checkout -b (new branch)'. That did not work. I attempted to use cherry pick, but I'm not confident I did that correctly.
Any suggestions would be greatly appreciated!