Files
GitGuide/docs/platform/gitlab-命令行操作.md
2021-03-19 12:00:46 +08:00

26 lines
297 B
Markdown

# [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