I made the mistake of merging a hotfix branch with master and then deleting the branch before merging it with develop. Is it possible to recover the hotfix branch so I can do the missed merge? Or would something like a cherry-pick work just the same?
Thanks.