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
120
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
170
Laravel 5 - Event & Queue
hiraq
0
3.6k
Golang The Hardway
hiraq
0
700
Introduction Repository, DDD And Unit Test
hiraq
0
1k
Development Tools In Scala
hiraq
1
72
API - WEB SERVICE - BASIC
hiraq
2
110
TDD - Think First, Code Later, PHP Way
hiraq
5
170
Apache Solr & PHP - Introduction
hiraq
2
170
Other Decks in Programming
See All in Programming
CNCF Project の作者が考えている OSS の運営
utam0k
5
530
watsonx.ai Dojo #6 継続的なAIアプリ開発と展開
oniak3ibm
PRO
0
240
チームの立て直し施策をGoogleの 『効果的なチーム』と見比べてみた
maroon8021
0
100
テストコード書いてみませんか?
onopon
2
360
20241217 競争力強化とビジネス価値創出への挑戦:モノタロウのシステムモダナイズ、開発組織の進化と今後の展望
monotaro
PRO
0
330
[JAWS-UG横浜 #79] re:Invent 2024 の DB アップデートは Multi-Region!
maroon1st
0
110
自分ひとりから始められる生産性向上の取り組み #でぃーぷらすオオサカ
irof
7
2k
Lookerは可視化だけじゃない。UIコンポーネントもあるんだ!
ymd65536
1
130
ISUCON14公式反省会LT: 社内ISUCONの話
astj
PRO
0
130
Linux && Docker 研修/Linux && Docker training
forrep
12
2.2k
Package Traits
ikesyo
2
220
PHPUnitしか使ってこなかった 一般PHPerがPestに乗り換えた実録
mashirou1234
0
450
Featured
See All Featured
What's in a price? How to price your products and services
michaelherold
244
12k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.6k
Automating Front-end Workflow
addyosmani
1366
200k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
27
1.9k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
Code Review Best Practice
trishagee
65
17k
A Tale of Four Properties
chriscoyier
157
23k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.3k
Gamification - CAS2011
davidbonilla
80
5.1k
Music & Morning Musume
bryan
46
6.3k
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?