Skip to content

Instantly share code, notes, and snippets.

@shoheiyokoyama
Last active January 12, 2016 06:10
Show Gist options
  • Save shoheiyokoyama/1ec89c566f57ef9fa1e1 to your computer and use it in GitHub Desktop.
Save shoheiyokoyama/1ec89c566f57ef9fa1e1 to your computer and use it in GitHub Desktop.
Git ファイル/ディレクトリ名の大文字・小文字変換 ref: http://qiita.com/shoheiyokoyama/items/0fd9f688a269bbdc9da3
$ git mv -f file.js File.js
$ git config core.ignorecase false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment