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 WorkFlow & Best Practice
Search
Hiraq Citra M
March 18, 2014
Programming
2
130
Git WorkFlow & Best Practice
a slide presentation about mechanism development workflow using vcs git or it's called git workflow
Hiraq Citra M
March 18, 2014
Tweet
Share
More Decks by Hiraq Citra M
See All by Hiraq Citra M
Functional Programming & Team Development
hiraq
0
190
Laravel 5 - Event & Queue
hiraq
0
3.6k
Golang The Hardway
hiraq
0
710
Introduction Repository, DDD And Unit Test
hiraq
0
1k
Development Tools In Scala
hiraq
1
76
API - WEB SERVICE - BASIC
hiraq
2
110
TDD - Think First, Code Later, PHP Way
hiraq
5
170
Apache Solr & PHP - Introduction
hiraq
2
180
Other Decks in Programming
See All in Programming
Performance for Conversion! 分散トレーシングでボトルネックを 特定せよ
inetand
0
140
Compose Multiplatform × AI で作る、次世代アプリ開発支援ツールの設計と実装
thagikura
0
140
知っているようで知らない"rails new"の世界 / The World of "rails new" You Think You Know but Don't
luccafort
PRO
1
110
アルテニア コンサル/ITエンジニア向け 採用ピッチ資料
altenir
0
100
Putting The Genie in the Bottle - A Crash Course on running LLMs on Android
iurysza
0
140
Introducing ReActionView: A new ActionView-compatible ERB Engine @ Rails World 2025, Amsterdam
marcoroth
0
680
MCPでVibe Working。そして、結局はContext Eng(略)/ Working with Vibe on MCP And Context Eng
rkaga
5
2.3k
私の後悔をAWS DMSで解決した話
hiramax
4
210
為你自己學 Python - 冷知識篇
eddie
1
350
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
1.6k
AIと私たちの学習の変化を考える - Claude Codeの学習モードを例に
azukiazusa1
10
3.9k
旅行プランAIエージェント開発の裏側
ippo012
2
900
Featured
See All Featured
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
The Pragmatic Product Professional
lauravandoore
36
6.9k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
920
Unsuck your backbone
ammeep
671
58k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
GitHub's CSS Performance
jonrohan
1032
460k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
13k
Bash Introduction
62gerente
615
210k
Raft: Consensus for Rubyists
vanstee
140
7.1k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Transcript
Git WorkFlow & Best Practice
Me? > Hiraq Citra M > php,js,git
Workflow > Where ? > When ? > History ?
productions & developments
Warning! over design
Branches > local branches > remote branches > fast forward
/ non fast forward ?
Versioning (Tag) > semver.org > x(mayor).x(minor).x(fix).x(patch)-<status> > v1.0 | v1.0.1
| v1.0.0-alpha
Flow > coding > test > review > release|reject >
release: tagged
Trunk Based Development
My WorkFlow 1 (overkill)
My WorkFlow 2
Nvie WorkFlow
Github WorkFlow
Atlassian WorkFlow
Facebook TBD 1
Facebook TBD 2
Example WorkFlow 1
Example WorkFlow 2
end question?