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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
liuyork
April 07, 2013
Programming
2
270
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
Windows on Ryzen and I
seosoft
0
290
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
330
AIコードレビューの導入・運用と AI駆動開発における「AI4QA」の取り組みについて
hagevvashi
0
490
Understanding Apache Lucene - More than just full-text search
spinscale
0
120
new(1.26) ← これすき / kamakura.go #8
utgwkk
0
2.3k
コードレビューをしない選択 #でぃーぷらすトウキョウ
kajitack
3
960
go directiveを最新にしすぎないで欲しい話──あるいは、Go 1.26からgo mod initで作られるgo directiveの値が変わる話 / Go 1.26 リリースパーティ
arthur1
2
550
AWS×クラウドネイティブソフトウェア設計 / AWS x Cloud-Native Software Design
nrslib
16
3.2k
生成 AI 時代のスナップショットテストってやつを見せてあげますよ(α版)
ojun9
0
170
文字コードの話
qnighy
44
17k
20260228_JAWS_Beginner_Kansai
takuyay0ne
5
530
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
290
Featured
See All Featured
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
170
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
110
The Pragmatic Product Professional
lauravandoore
37
7.2k
Typedesign – Prime Four
hannesfritz
42
3k
The World Runs on Bad Software
bkeepers
PRO
72
12k
[RailsConf 2023] Rails as a piece of cake
palkan
59
6.4k
Optimising Largest Contentful Paint
csswizardry
37
3.6k
First, design no harm
axbom
PRO
2
1.1k
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
2k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
KATA
mclloyd
PRO
35
15k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.7k
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