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
これが俺の”自分戦略” プロセスを楽しんでいこう! - Developers CAREER Boost 2024
niftycorp
PRO
0
200
競技プログラミングへのお誘い@阪大BOOSTセミナー
kotamanegi
0
360
今年一番支援させていただいたのは認証系サービスでした
satoshi256kbyte
1
260
Monixと常駐プログラムの勘どころ / Scalaわいわい勉強会 #4
stoneream
0
290
良いユニットテストを書こう
mototakatsu
8
3.1k
見えないメモリを観測する: PHP 8.4 `pg_result_memory_size()` とSQL結果のメモリ管理
kentaroutakeda
0
720
testcontainers のススメ
sgash708
1
130
生成AIでGitHubソースコード取得して仕様書を作成
shukob
0
530
php-conference-japan-2024
tasuku43
0
360
Amazon S3 NYJavaSIG 2024-12-12
sullis
0
110
iOS開発におけるCopilot For XcodeとCode Completion / copilot for xcode
fuyan777
1
110
「Chatwork」Android版アプリを 支える単体テストの現在
okuzawats
0
180
Featured
See All Featured
The World Runs on Bad Software
bkeepers
PRO
66
11k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
127
18k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
Embracing the Ebb and Flow
colly
84
4.5k
BBQ
matthewcrist
85
9.4k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
Producing Creativity
orderedlist
PRO
342
39k
Code Reviewing Like a Champion
maltzj
521
39k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
VelocityConf: Rendering Performance Case Studies
addyosmani
326
24k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
A designer walks into a library…
pauljervisheath
205
24k
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