LoginSignup
0
0

More than 1 year has passed since last update.

git でディレクトリ名を大文字から小文字に変更しようとするとハマった

Posted at

git で大文字を含むディレクトリ名を小文字に統一したら差分として認識されなかった。
image.png

git はデフォルトで 大文字小文字を区別しない 設定になっているらしい。

git config core.ignoreCase false を設定することで差分として認識されるようになった。

0
0
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
0
0