How can I disable source control integration Petros Amiridis 创建于 2010年12月17日 11:47 I prefer using git for example through the terminal. Is there a way to disable anything version control related on the IDE?Thanks.
Hello Petros,
You can easily disable version control in RubyMine either by removing vcs content roots settings in File | Settings | Version Control or you can turn off vcs plugins at all in FIle | Settings | Plugins.
Regards,
Oleg
Thanks!!