docs(git): add advanced and error

This commit is contained in:
zjkjzj
2021-03-18 20:08:24 +08:00
parent 967b4b575d
commit 481904f1dc
39 changed files with 1820 additions and 2 deletions

View File

@@ -0,0 +1,26 @@
# [GitLab]命令行操作
* 启动
sudo gitlab-ctl start
* 停止
sudo gitlab-ctl stop
* 重启
sudo gitlab-ctl restart
* 更新配置
sudo gitlab-ctl reconfigure
* 查询日志
sudo gitlab-ctl tail
* 查询状态
sudo gitlab-ctl status