标签:
$ cd your_repo $ mv .git .. && rm -fr * $ mv ../.git . $ mv .git/* . $ rmdir .git $ git config --bool core.bare true $ cd ..; mv your_repo your_repo.git # 更名
把普通的git库变成bare库
原文地址:http://www.cnblogs.com/welhzh/p/4295621.html