Easiest way to rename git project configured on BitBucket

前端 未结 4 1766
孤独总比滥情好
孤独总比滥情好 2021-02-03 16:51

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 r

4条回答
  •  梦毁少年i
    2021-02-03 17:20

    You can rename the project form the settings menu of the projects on Bitbucket.

    Once you rename it, you need to update your git config file to fetch the data from the new location

    nano .git/config
    

    Change the name of the project to the new name and save

提交回复
热议问题