すべてのコミットとファイルを特定のコミットにロールバックしようとしています。私が行ったすべての変更と、その特定のコミット以降に作成されたすべてのファイルを取り除きたいです。
次を使用してロールバックを試みました:
git checkout #commit_to_restore_to
git reset --hard #commit_to_restore_to
という確認が取れますHEAD is now at #commit_to_restore_to "Commit_message"
ただし、私のファイルは以前とまったく同じです。すべてのファイルをロールバックするにはどうすればよいですか?
私はUbuntu 12.10を使用しています。
詳細は次のとおりです。
$ git status
<<fill this in>>
# git diff --name-status #commit_to_restore_to #provide real commit number please.
<<fill this in too>>