121
94

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Gitで変更していないはずのファイルが変更とみなされる

Posted at

EclipseでGitを使っていたら変更していないはずのファイルに>が付いていて、変更したファイルと見なされていました。
リセットしても変わらず、削除→HEAD改訂に戻すなどしても変わらず、ブランチの移動も「コミットしてないのありますよ」と言われてできない・・。

Git Bashでgit diffした場合に

old mode 100755
new mode 100644

などとなっていてファイル内容の変更がない場合は、git config core.filemode falseとするとこの変更が無視され、以後変更と見なされないようです。

こちらを参考にさせていただきました。

121
94
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
121
94

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?