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
Git flow
Search
Valerio
April 21, 2016
Programming
0
60
Git flow
Git Flow - A strict model to manage your workflow @ Club degli Sviluppatori Puglia
Valerio
April 21, 2016
Tweet
Share
More Decks by Valerio
See All by Valerio
Yeoman generator
valeriocomo
0
41
Other Decks in Programming
See All in Programming
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
290
ニーリーにおけるプロダクトエンジニア
nealle
0
930
The Modern View Layer Rails Deserves: A Vision For 2025 And Beyond @ RailsConf 2025, Philadelphia, PA
marcoroth
2
690
A full stack side project webapp all in Kotlin (KotlinConf 2025)
dankim
0
140
LT 2025-06-30: プロダクトエンジニアの役割
yamamotok
0
850
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
920
ご注文の差分はこちらですか? 〜 AWS CDK のいろいろな差分検出と安全なデプロイ
konokenj
3
550
MDN Web Docs に日本語翻訳でコントリビュートしたくなる
ohmori_yusuke
1
130
ふつうの技術スタックでアート作品を作ってみる
akira888
1
1.3k
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
0
230
Porting a visionOS App to Android XR
akkeylab
0
670
初学者でも今すぐできる、Claude Codeの生産性を10倍上げるTips
s4yuba
16
13k
Featured
See All Featured
The Language of Interfaces
destraynor
158
25k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Practical Orchestrator
shlominoach
189
11k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
510
Testing 201, or: Great Expectations
jmmastey
43
7.6k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Transcript
Git Flow A strict model to manage your workflow
About me
Outline • Git • Workflows • Git Flow • Demo
• Considerations • Q&A
Git • Created by Linus Torvalds • Distributed Revision Control
System • Local Repository • Branching
• Centralized • Feature branch • Forking • Gitflow Workflows
Git Flow • Created by Vincent Driessen • Strict branch
model ◦ Historical (Master, Develop) ◦ Feature ◦ Release ◦ Hotfix • Plugin (OS X, Linux, Windows)
Git Flow
Git Flow
It’s demo time!
Considerations PROs • Scrum • Clean repo history • Strict
workflow • Release management CONs • Not useful at project start up • Coupled feature
Questions?
valeriocomo Thank you!| @valeriocomo
[email protected]
http://www.valeriocomo.com
References • https://www.atlassian.com/git/tutorials/comparing-workflows • http://nvie.com/posts/a-successful-git-branching-model/ • http://danielkummer.github.io/git-flow-cheatsheet/ • https://github.com/nvie/gitflow •
http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/ • https://vimeo.com/16018419 • https://buildamodule.com/video/change-management-and-version-control- deploying-releases-features-and-fixes-with-git-how-to-use-a-scalable-git- branching-model-called-gitflow