xiaoming728

xiaoming728

Git

探讨如何为开源项目提交 issue 置顶

探讨如何为开源项目提交 issue

什么是 GitHub Issue GitHub 官方文档(About issues - GitHub Docs)给出的解释是 Use GitHub Issues to track ideas, feedback, tasks, or bugs for work on GitHub.,即通过 GitH
356
1
4
2024-04-09
Docker 部署 GitLab-ee 并破解

Docker 部署 GitLab-ee 并破解

1.使用 docker-compuse 安装容器 version: '3.7' services: web: image: 'gitlab/gitlab-ee:latest' #restart: always hostname: 'gitlab.example.com'
Git
48
0
0
2025-02-10
GitLab 安装与破解

GitLab 安装与破解

1.Yum安装GitLab 添加 GitLab 社区版 Package curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash 安装 GitLab 社区版 sud
Git
47
0
0
2025-02-10
Git小白专场: Merge the incoming changes into the current branc和Rebase the current branch on top of the

Git小白专场: Merge the incoming changes into the current branc和Rebase the current branch on top of the

原文链接:https://blog.csdn.net/qq_39463175/article/details/119636762/ 参考链接:https://www.atlassian.com/git/tutorials/merging-vs-rebasing#the-golden-rule-of-
Git
261
1
0
2024-03-04