-3

I first time use Git. I use PhpStorm as IDE When I commit a project or even recreate and commit the 'basic' folder is gray. And in PHP Storm it's also have a different color.

enter image description here

enter image description here

Tomasz Kowalczyk
  • 10,385
  • 6
  • 53
  • 66

1 Answers1

-2

perhaps :

  • PSR-O automatically detection and colors
  • you work a new project with code other project
  • wrong config git for your project
  • color PHPStorm for notice you that change anything
  • what the 'change view' PHPStorm notice ?
  • How many .git directory are you in a project ?
  • Are you modify the color config for anything into PHPStorm ?
  • Plugins behaviour ?
darkomen
  • 4,281
  • 9
  • 35
  • 65