Disable version control but without affecting Local History

I have the paid-for edition of PyCharm which I use for one-man development. At some point in the past I enabled version control with Git, but I don't use this. I do use Local History for specific files, though, which is very helpful.

Recently, all the files in the left hand pane became coloured (red, green, blue and grey), which I assume is due to version control.

How do I disable version control? And, more importantly, will I still retain Local History of file edits if I do so?

Many thanks.

Julian

0

In 2021.2.3 you can disable VCS integration by going to [Preferences | Version Control] and removing the project root from the list of tracked directories.

Your Local History should remain intact.

1

Perfect. Just what I needed. Thanks.

0

请先登录再写评论。