Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
A brief to github flow
Search
liuyork
April 07, 2013
Programming
2
260
A brief to github flow
A simple presentation for someone new to Gitlab.
liuyork
April 07, 2013
Tweet
Share
Other Decks in Programming
See All in Programming
Select API from Kotlin Coroutine
jmatsu
1
190
Team operations that are not burdened by SRE
kazatohiei
1
260
来たるべき 8.0 に備えて React 19 新機能と React Router 固有機能の取捨選択とすり合わせを考える
oukayuka
2
860
Hypervel - A Coroutine Framework for Laravel Artisans
albertcht
1
110
GoのGenericsによるslice操作との付き合い方
syumai
3
690
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
1
700
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
1
120
AWS CDKの推しポイント 〜CloudFormationと比較してみた〜
akihisaikeda
3
320
NPOでのDevinの活用
codeforeveryone
0
430
AIプログラマーDevinは PHPerの夢を見るか?
shinyasaita
1
170
5つのアンチパターンから学ぶLT設計
narihara
1
120
アンドパッドの Go 勉強会「 gopher 会」とその内容の紹介
andpad
0
270
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
430
65k
Practical Orchestrator
shlominoach
188
11k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
How to Think Like a Performance Engineer
csswizardry
24
1.7k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
Unsuck your backbone
ammeep
671
58k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Facilitating Awesome Meetings
lara
54
6.4k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Transcript
GitLab Flow
[email protected]
Git Flow • master • develop • feature • release
• hotfixes
Git Flow Cons • 流程复杂 • 快速开发/发布 • Code review
What do we need? • Minimize human processes.
Github Flow
Github Flow
Github flow with Gitlab
CI with Jenkins • Jenkins: : • Gitlab: Add Web
Hook
Hg? It’s OK. • Code review is most important. •
Try: http://phabricator.org/ • The pre/post commit code review.
Links • https://github.com/features/projects/ codereview • http://zachholman.com/posts/how-github- works/ • http://phabricator.org/ •
https://wiki.jenkins-ci.org/display/JENKINS/ Gitlab+Hook+Plugin