git update-index --assume-unchanged path/to/fileを特定のブランチで実行した後、git checkoutを使用してブランチを切り替えることができません。 error: Your local changes to the following files would be overwritten by checkout: path/to/file
P
具体的な問題はありませんが、過去に誤ってインデックスを壊してしまい、特定のファイルの前の状態に戻ることを希望しました。 。 いくつかの例の場合は、以下のとおりです。 $ git add <file>
# find out that I already had an indexed version of <file>,
# and that for some reason I shouldn't