How do I rename a Git repository created with gitolite?

后端 未结 4 1063
暗喜
暗喜 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:43

    I'm not familiar with gitolite specifically, but one approach that might work is to create a completely new repository with the correct name, push your code up into that one, and then delete the old one.

提交回复
热议问题