1
votes

I have a Bitbucket repository setup in PyCharm. This works fine but I now want to change the name of the repository it saves to. Unfortunately I can't find where to change the name (having forgotten where I originally did this!).

Can anyone tell me where the appropriate setting is in PyCharm?

1

1 Answers

1
votes

It depends on whether you are using git or mercurial.

If you use mercurial, you can just change the repository in your hgrc file in the .hg folder in your repository folder.

For git it should be in .git/config in your repository folder. PyCharm should then take the settings from this file.