I'm sure this is a very silly question, but I searched here and online and couldn't find an answer. I have a project setup in intellij to some git server, I just want to see the details (e.g. to send to someone else the URL so they can clone etc...) how do I simply display the current project's git remote settings within Intellij IDEA, not using the command line? (version 14)
Or do I have to go to the command line for that? (I know how to do it in the git command line)
try
git remote show origin
it will show the URL or the remote repo
1.4m articles
1.4m replys
5 comments
57.0k users