LoginSignup
10

More than 5 years have passed since last update.

Gitをcase-sensitive(大文字小文字判別可能)にする方法

Posted at

ファイル名の大文字小文字を変更した時gitで管理するのが少し面倒でした。
git configで設定してあげれば良いです。

$ git config core.ignorecase false

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
10