After completing a bug fix on a separate local branch, I push my branch to a remote and submitted a Pull Request.
After code review it was merged into our main branch.
Then I found I needed to make additional changes for that branch.
So I made those changes on my local branch and pushed them to the remote.
I can't find them anywhere on Github and when I try to make a new branch and cherry-pick the commit, git tells me the commit is empty.
What gives?