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プログラマーDevinは PHPerの夢を見るか?
shinyasaita
1
180
Hypervel - A Coroutine Framework for Laravel Artisans
albertcht
1
110
Deep Dive into ~/.claude/projects
hiragram
10
2.2k
Result型で“失敗”を型にするPHPコードの書き方
kajitack
4
560
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
240
関数型まつりレポート for JuliaTokai #22
antimon2
0
160
生成AIコーディングとの向き合い方、AIと共創するという考え方 / How to deal with generative AI coding and the concept of co-creating with AI
seike460
PRO
1
350
VS Code Update for GitHub Copilot
74th
1
550
地方に住むエンジニアの残酷な現実とキャリア論
ichimichi
5
1.5k
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
130
スタートアップの急成長を支えるプラットフォームエンジニアリングと組織戦略
sutochin26
0
300
dbt民主化とLLMによる開発ブースト ~ AI Readyな分析サイクルを目指して ~
yoshyum
2
240
Featured
See All Featured
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
Become a Pro
speakerdeck
PRO
28
5.4k
Adopting Sorbet at Scale
ufuk
77
9.4k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
The World Runs on Bad Software
bkeepers
PRO
69
11k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
We Have a Design System, Now What?
morganepeng
53
7.7k
A Modern Web Designer's Workflow
chriscoyier
694
190k
The Pragmatic Product Professional
lauravandoore
35
6.7k
It's Worth the Effort
3n
185
28k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
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