GIT服务器项目部署和自动同步

1.1、初始化Git仓库
首先我们选定一个目录作为Git仓库,假定是/home/data/share/share.git,在/home/data/目录下输入命令:

$ cd /home/data/ $ mkdir share $ chown git:git share/ $ cd share $ git init --bare share.git Initialized empty Git repository in /home/data/share/share.git/

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zwsdjg.html