How can I disable source control integration Petros Amiridis Created December 17, 2010 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!!