mirror of
https://github.com/ZJDoc/GitGuide.git
synced 2026-07-29 15:20:25 +08:00
docs(platform): add
This commit is contained in:
26
docs/platform/gitlab-命令行操作.md
Normal file
26
docs/platform/gitlab-命令行操作.md
Normal 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
|
||||
Reference in New Issue
Block a user