santa
santa

Reputation: 12512

Find out GIT repo from PhpStorm

I was asked to help with an old project. It appears the project was originally using a GIT repository either on Bitbucket or GitHub, but nobody knows. I have access to PhpStorm that has it still mapped.

How can I figure out in PhpStorm which repo was used?

Upvotes: 0

Views: 235

Answers (1)

Dmitrii
Dmitrii

Reputation: 3557

Find the Git root location at File | Settings | Version Control. Then open it, and find the .git/config file (.git folder is typically hidden). Remote repositories should be listed there.

Upvotes: 1

Related Questions