GitLab
GitLab 常用命令
启动所有 gitlab 组件
停止所有 gitlab 组件
重启所有 gitlab 组件
查看服务状态
修改 gitlab 配置文件
重新编译 gitlab 的配置
检查 gitlab
查看日志
Rails Console
开启 Rails Console
重置密码
超级管理员用户默认都是 1
输入user.password='密码'
,密码位置填写新的密码即可。然后再输入user.save!
保存用户对象
仓库和 hash 对应
Gitlab 的仓库存放在 @hashed
目录中
对应方式:
参考资料
-
GitLab 全局搜索之 SourceGraph https://wiki.eryajf.net/pages/042695/#_4-%E5%B0%8F%E7%BB%93
-
https://zj-git-guide.readthedocs.io/zh-cn/latest/platform/%5BGitLab%5D%E5%AE%89%E8%A3%85/
github 主页美化