How do I find where BitBucket thinks the local repository is located? It clearly connects to a local repository, but I can't find where it stores that connection!
Hello @JSMcGeachie,
Do you mean how local repository links to the remote one hosted on Bitbucket? There's no reverse link, e.g. Bitbucket doesn't really know where local copies are stored.
You can see and change your remotes configuration by running git remote commands. The actual configuration is stored in .git/config file of your repository. Here's the relevant Git documentation.
If I didn't get your question right, please elaborate on what did you mean.
Hope this helps.
Cheers,
Daniil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.