Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を使用して削除されたファイルを復元しgit checkout some_commit deleted_file、それを試みましgit blameたが、その履歴がすべて失われました。どうすれば履歴を保持できますか?
git checkout some_commit deleted_file
git blame
これを試して:
git blame --reverse some_commit..HEAD -- deleted_file