天天看点

GitLab 使用

命令行界面的基本操作如下,Web界面的操作

[root@localhost ~]$ gitlab-ctl stop         # 停止GitLab相关的服务
[root@localhost ~]$ gitlab-ctl start        # 启动GitLab相关的服务
[root@localhost ~]$ gitlab-ctl restart      # 重启GitLab相关的服务
[root@localhost ~]$ gitlab-ctl status       # 查看GitLab相关的服务的状态
[root@localhost ~]$ gitlab-ctl tail <name>  # 动态查看指定服务名相关的日志