How to find GIT repository

Revisiting Inetllij after a decent absence, but now on a new pc.  How do i find git reporitory URL from my old machine's intellij.?
Relativly new to Java, Intellij etc.

0
Avatar
Permanently deleted user

The URL for a remote git repository is not stored at a "PC level". It's stored within the local repository. Take a look at this stackoverflow thread -- How can I determine the url that a local git repo was originally cloned from? -- for information on how to get the remote URL. You may want to read through all the answers as some of the ones with lower scores have some good information.

0
Avatar
Permanently deleted user

Thanks Mark,  worked a treat

0
Avatar
Permanently deleted user

Go to VCS -> Git -> Remotes...

0

请先登录再写评论。