git revert <commitID>
コマンドを実行し、リモートリポジトリへのプッシュをキャンセルしようとした際に、
以下のエラーが表示され、revert処理が実行できないことがあります。error: revert is not possible because you have unmerged files.
hint: Fix them up in the work tree, and then use 'git add/rm <file>'
hint: as appropriate to mark resolution and make a commit.
fatal: revert failed
git reset <commitID>
git rm <ファイル名>