Local rollback
git checkout <commit_hash> <file_path>
Revert commits
git revert <commit_hash_of_deletion_target>
Reset commits
git reset --hard <commit_hash> git push -f origin <branch_name>