How to put IntelliJ/Pycharm settings under version control?

前端 未结 2 608
情书的邮戳
情书的邮戳 2021-01-23 08:46

I\'m a frequent user of PyCharm and a number of the other JetBrains IDEs. I try to keep my settings synchronized across the different IDEs, but I\'m now considering moving to In

2条回答
  •  情话喂你
    2021-01-23 09:21

    I am using the Settings Repository plugin to syncronize settings between PyCharm and PhpStorm and it is working very well. It is actually designed with version control and team sharing in mind, see project repo on github and have built in support for conflict resolution, merge and overwriting remote or local.

    It does also support file system and, from what I can tell, what then is stored is the mirror version of the git repository.

提交回复
热议问题