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
Please sign in to leave a comment.
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.
Perfect. Just what I needed. Thanks.