githubの古いバージョン(commit)のコードをテストする必要があります。git cloneを作成してから、
git revert $id
ここで、&idは、確認する必要のあるバージョンのIDでした。このエラーが発生しました:
error: could not revert 9a0d90d... Version 1.2.1
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths>' or 'git rm <paths>'
クローン作成後、ファイルに変更を加えませんでした。
私は何が間違っているのですか?