Skip to content

Commit 6134d23

Browse files
committed
2017-03-29新增Gitlab的搭建
1 parent 5536418 commit 6134d23

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

Gitlab-Install-And-Settings.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Gitlab 安装和配置
22

3+
## 本文前提
4+
5+
- 本文只讲解 Gitlab 的搭建配置相关,至于开发流程本质跟 Github 没啥区别的,所以读这篇文章建议最好是已经会了 Github 那种开发流程。
36

47
## 测试机子硬件最低建议
58

@@ -125,10 +128,19 @@
125128
- 也是在项目设置里面:<http://192.168.1.111/组名称/项目名称/settings/repository#>
126129
- 设置 CI (持续集成) 的 key 也是在这个地址上设置。
127130

128-
## 使用 Gitlab 的一个开发流程
129-
130-
- 这篇文章很好,不多说了:<https://zhangmengpl.gitbooks.io/gitlab-guide/content/whatisgitflow.html>
131-
131+
## 使用 Gitlab 的一个开发流程 - Git flow
132+
133+
- Git flow:我是翻译成:Git 开发流程建议(不是规范,适合大点的团队),也有一个插件叫做这个,本质是用插件来帮你引导做规范的流程管理。
134+
- 这几篇文章很好,不多说了:
135+
- 比较起源的一个说明(英文):<http://nvie.com/posts/a-successful-git-branching-model/>
136+
- Git-flow 插件也是他开发的,插件地址:<https://github.com/nvie/gitflow>
137+
- Git-flow 插件的一些相关资料:
138+
- <https://www.git-tower.com/learn/git/ebook/cn/command-line/advanced-topics/git-flow>
139+
- <https://danielkummer.github.io/git-flow-cheatsheet/index.zh_CN.html>
140+
- <http://www.ruanyifeng.com/blog/2015/12/git-workflow.html>
141+
- <https://zhangmengpl.gitbooks.io/gitlab-guide/content/whatisgitflow.html>
142+
- <http://blog.jobbole.com/76867/>
143+
- <http://www.cnblogs.com/cnblogsfans/p/5075073.html>
132144

133145

134146

0 commit comments

Comments
 (0)