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
AI Coding Agentのセキュリティリスク:PRの自己承認とメルカリの対策
s3h
0
210
Android 16 × Jetpack Composeで縦書きテキストエディタを作ろう / Vertical Text Editor with Compose on Android 16
cc4966
1
220
ファインディ株式会社におけるMCP活用とサービス開発
starfish719
0
590
Reading Rails 1.0 Source Code
okuramasafumi
0
140
Kiroで始めるAI-DLC
kaonash
2
590
アセットのコンパイルについて
ojun9
0
120
Navigating Dependency Injection with Metro
zacsweers
3
260
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
440
testingを眺める
matumoto
1
140
RDoc meets YARD
okuramasafumi
4
170
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
390
Vue・React マルチプロダクト開発を支える Vite
andpad
0
110
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Designing for humans not robots
tammielis
253
25k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Visualization
eitanlees
148
16k
Embracing the Ebb and Flow
colly
87
4.8k
Facilitating Awesome Meetings
lara
55
6.5k
How to train your dragon (web standard)
notwaldorf
96
6.2k
How to Ace a Technical Interview
jacobian
279
23k
Into the Great Unknown - MozCon
thekraken
40
2k
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