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
180
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
75
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
MySQL9でベクトルカラム登場!PHP×AWSでのAI/類似検索はこう変わる
suguruooki
1
260
Google I/O Extended Incheon 2025 ~ What's new in Android development tools
pluu
1
210
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
1k
「次に何を学べばいいか分からない」あなたへ──若手エンジニアのための学習地図
panda_program
3
680
コーディングエージェント概観(2025/07)
itsuki_t88
0
460
Vibe Codingの幻想を超えて-生成AIを現場で使えるようにするまでの泥臭い話.ai
fumiyakume
20
9.7k
0から始めるモジュラーモノリス-クリーンなモノリスを目指して
sushi0120
0
210
大規模FlutterプロジェクトのCI実行時間を約8割削減した話
teamlab
PRO
0
290
DataformでPythonする / dataform-de-python
snhryt
0
110
バイブコーディング超えてバイブデプロイ〜CloudflareMCPで実現する、未来のアプリケーションデリバリー〜
azukiazusa1
2
740
Comparing decimals in Swift Testing
417_72ki
0
140
変化を楽しむエンジニアリング ~ いままでとこれから ~
murajun1978
0
590
Featured
See All Featured
How to Think Like a Performance Engineer
csswizardry
25
1.8k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
The Pragmatic Product Professional
lauravandoore
35
6.8k
A designer walks into a library…
pauljervisheath
207
24k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
400
RailsConf 2023
tenderlove
30
1.2k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.5k
Speed Design
sergeychernyshev
32
1k
What's in a price? How to price your products and services
michaelherold
246
12k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
The Invisible Side of Design
smashingmag
301
51k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
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?