Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
How to find GIT repository
Permanently deleted user
Created
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.
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.
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.
Thanks Mark, worked a treat
Go to VCS -> Git -> Remotes...
