I tried to work with PhpStorm and Git. I have previous experience using NetBeans and I didn\'t have any problem with G
See this declined bug in PHPStorm
You need to tell git to not ignore case and it will fix this behavior
git config --global core.ignorecase false