Remove git from IntelliJ

已回答

I had initially configured IntelliJ to push to my github repo. I have removed the remote repo but I want to remove the local repo. I am getting annoying pop-ups a lot from git and would love to remove the entire git integration for now as I am not using git right now and would rather add it in future.

2

Just rename/remove .git folder in the project's root and after that delete the mapping in IDE settings: https://i.imgur.com/gusQzSp.png

4

请先登录再写评论。