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
700
Introduction Repository, DDD And Unit Test
hiraq
0
1k
Development Tools In Scala
hiraq
1
74
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
パスキーのすべて ── 導入・UX設計・実装の紹介 / 20250213 パスキー開発者の集い
kuralab
3
670
Compose でデザインと実装の差異を減らすための取り組み
oidy
1
300
ARA Ansible for the teams
kksat
0
150
Immutable ActiveRecord
megane42
0
130
Kanzawa.rbのLT大会を支える技術の裏側を変更する Ruby on Rails + Litestream 編
muryoimpl
0
220
[JAWS-UG横浜 #79] re:Invent 2024 の DB アップデートは Multi-Region!
maroon1st
1
140
Ruby on cygwin 2025-02
fd0
0
140
データの整合性を保つ非同期処理アーキテクチャパターン / Async Architecture Patterns
mokuo
41
15k
“あなた” の開発を支援する AI エージェント Bedrock Engineer / introducing-bedrock-engineer
gawa
11
1.8k
Amazon S3 TablesとAmazon S3 Metadataを触ってみた / 20250201-jawsug-tochigi-s3tables-s3metadata
kasacchiful
0
100
Unity Android XR入門
sakutama_11
0
140
『品質』という言葉が嫌いな理由
korimu
0
160
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
171
14k
Designing for Performance
lara
604
68k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
A designer walks into a library…
pauljervisheath
205
24k
Building Adaptive Systems
keathley
40
2.4k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
950
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
99
18k
Making the Leap to Tech Lead
cromwellryan
133
9.1k
Unsuck your backbone
ammeep
669
57k
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?