Programmatically adding/removing git root path Permanently deleted user Created November 01, 2013 22:43 Hi All,I want to know how to add/remove git root path programmatically within the plugin (which are show in the preferences -> Version Control)Regards,Mahmoud
Use ProjectLevelVcsManager.getDirectoryMappings() to get the current list of mappings, add/remove your mapping as necessary, then use setDirectoryMappings() to save the changes.