Intellij project hosted on GitHub appeared as subversion project?

I have a project that I pushed to github in intellij via the "share code" option. I reopened the project today to find that my git-specific options have been replaced with those used for subversion. I tried to clone a version of my code into a new project, believing that certianly intellij could figure out where it came from, but to no avail. I still don't have the ability to drag / drop / view / view history with intellij (although I can still through the command line in the project directory).

Is there a way to fix this? This is the current content of the vcs.xml file in the ideas directory:

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="VcsDirectoryMappings">
    <mapping directory="" vcs="svn" />
  </component>
</project>

      

Thanks as always (I loooove this forum)

+3


source to share


1 answer


Change Subversion to Git at Settings

( Preferences

on Mac) | Version Control

...



+3


source







All Articles