How to disable version control in phpstorm?

前端 未结 5 568
时光取名叫无心
时光取名叫无心 2021-02-06 20:30

I am playing around with phpstorm and somehow I activated version control. I don\'t need it. Now all my tabs are different: orange text on gray background. All files in the file

5条回答
  •  长情又很酷
    2021-02-06 21:21

    The ultimate way is to disable all version control plugins (under Settings -> Plugins): CVS Integration, Git Integration, GitHub, hg4idea, Perforce Integration, Subversion Integration. After restarting PhpStorm Settings -> Version Control tab will be gone.

    Note that this will disable version control for all of your projects.

提交回复
热议问题