If only you are working on the branch you can do:
See commit history,reflog : git reflog
Reset to old commit : git reset --hard <old-sha>
Force push to remote: git push --force origin <branch-name>