ファイル名の大文字小文字を変更した時gitで管理するのが少し面倒でした。
git config
で設定してあげれば良いです。
$ git config core.ignorecase false
Go to list of users who liked
More than 5 years have passed since last update.
ファイル名の大文字小文字を変更した時gitで管理するのが少し面倒でした。
git config
で設定してあげれば良いです。
$ git config core.ignorecase false
Register as a new user and use Qiita more conveniently
Go to list of users who liked