mirror of
https://github.com/ZJDoc/GitGuide.git
synced 2026-08-29 21:50:24 +08:00
docs(git): add advanced and error
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