I have a project hosted on BitBucket
Can I rename it ?
If not and I need to create a new repository can someone tell me the easiest way to do that and have new repo on BitBucket (one particular cause of confusion for me is whether to drive the process locally or from the bitbucket website)
Update
Thankyou Rafal I've followed your instructions and it works great but Im just going to make it a little clearer for noobies like myself (on linux)
- In Bitbucket project settings rename project
- vi projectname/.git/config and edit url value to reflect new bitbucket repository url
- mv projectname newprojectname