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
アセットのコンパイルについて
ojun9
0
130
HTMLの品質ってなんだっけ? “HTMLクライテリア”の設計と実践
unachang113
4
2.9k
Updates on MLS on Ruby (and maybe more)
sylph01
1
180
AWS発のAIエディタKiroを使ってみた
iriikeita
1
190
Ruby Parser progress report 2025
yui_knk
1
460
時間軸から考えるTerraformを使う理由と留意点
fufuhu
16
4.8k
「手軽で便利」に潜む罠。 Popover API を WCAG 2.2の視点で安全に使うには
taitotnk
0
870
概念モデル→論理モデルで気をつけていること
sunnyone
3
300
AI Coding Agentのセキュリティリスク:PRの自己承認とメルカリの対策
s3h
0
230
ProxyによるWindow間RPC機構の構築
syumai
3
1.2k
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
7
2.5k
さようなら Date。 ようこそTemporal! 3年間先行利用して得られた知見の共有
8beeeaaat
3
1.5k
Featured
See All Featured
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
The Invisible Side of Design
smashingmag
301
51k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Designing for humans not robots
tammielis
253
25k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
A designer walks into a library…
pauljervisheath
207
24k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
Producing Creativity
orderedlist
PRO
347
40k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
How GitHub (no longer) Works
holman
315
140k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
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