git 选项 --bare 的使用

Posted 5free

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git 选项 --bare 的使用相关的知识,希望对你有一定的参考价值。

git clone --bare my_project my_project.git

 

git init --bare

 

git remote add origin URL

 

以上是关于git 选项 --bare 的使用的主要内容,如果未能解决你的问题,请参考以下文章

Docker命令RUN无法使用git init --bare吗?

如何将 git bare repo HEAD 与其工作树位置进行比较

如何在 Rails 3.1 中为 CoffeeScript 使用选项“--bare”?

git init 与 git init --bare 区别

What is a bare git repository?

centos7下git --bare服务器简单配置