How do I rename a Git repository created with gitolite?

后端 未结 4 1077
暗喜
暗喜 2021-01-30 02:50

I created a Git repository using gitolite. Now I would like to rename that repository.

How can I do this?

In gitolite\'s readme is says that I should not work d

4条回答
  •  广开言路
    2021-01-30 03:27

    Using Greg Hewgill as an idea, you possibly can rename the repository in the config file. You may want to try that on a dummy repository first. My suspicions is the old name will be deleted, the new will be created and you need to update your origins locally then push.

提交回复
热议问题