随笔分类 - gitLab
摘要:1.新建空的GIT仓库 基本语法参考: 1.1创建一个新仓库 git clone ssh://git@192.168.101.85:9091/liskyingl/tyfuzhoumetronew.git cd tyfuzhoumetronew touch README.md git add READ
阅读全文
摘要:简述 本文主要记录在Centos6.10里面关于GitLab社区版得安装过程,方便以后使用,少走弯路。 GitLab常用口令 gitlab-ctl start # 启动服务; gitlab-ctl stop # 停止服务; gitlab-ctl restart # 重启服务; gitlab-ctl
阅读全文