Gitlab常用命令

修改gitlab配置文件:

vim /etc/gitlab/gitlab.rb

重新加载gitlab配置文件:

gitlab-ctl reconfigure

重新启动gitlab:

gitlab-ctl restart

相关推荐