
GitLab
graphql
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git回滚
git log #查看记录 回退到某一个前一个提交 git reset --hard cdff158b1f9beaa92ecea968abc052ee1b5b99a6 强制提交 git push git@192.168.12.18:root/test.git master:master -f 如果没有push成功,看下是不是有分支保护。原创 2021-11-19 00:01:51 · 217 阅读 · 0 评论 -
GitLab重置密码
[root@localhost bin]# pwd /opt/gitlab/bin [root@localhost bin]# ll total 32 -rwxr-xr-x. 1 root root 3692 Aug 10 11:22 gitlab-backup -rwxr-xr-x. 1 root root 1418 Aug 10 11:22 gitlab-ctl -rwxr-xr-x. 1 root root 250 Aug 10 11:22 gitlab-healthcheck -rwxr-xr-.原创 2021-11-18 22:06:45 · 1362 阅读 · 0 评论 -
centos 7 安装gitlab教程
教程地址 Download and install GitLab|GitLab原创 2021-09-11 02:16:28 · 132 阅读 · 0 评论