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
CSC509 Lecture 06
javiergs
PRO
0
260
Claude CodeによるAI駆動開発の実践 〜そこから見えてきたこれからのプログラミング〜
iriikeita
0
180
Six and a half ridiculous things to do with Quarkus
hollycummins
0
170
overlayPreferenceValue で実現する ピュア SwiftUI な AdMob ネイティブ広告
uhucream
0
180
Django Ninja による API 開発効率化とリプレースの実践
kashewnuts
0
1.3k
dynamic!
moro
10
7.8k
Advance Your Career with Open Source
ivargrimstad
0
520
Web フロントエンドエンジニアに開かれる AI Agent プロダクト開発 - Vercel AI SDK を観察して AI Agent と仲良くなろう! #FEC余熱NIGHT
izumin5210
3
530
Range on Rails ―「多重範囲型」という新たな選択肢が、複雑ロジックを劇的にシンプルにしたワケ
rizap_tech
0
130
「ちょっと古いから」って避けてた技術書、今だからこそ読もう
mottyzzz
10
6.7k
kiroとCodexで最高のSpec駆動開発を!!数時間で web3ネイティブなミニゲームを作ってみたよ!
mashharuki
0
170
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
510
Featured
See All Featured
Producing Creativity
orderedlist
PRO
347
40k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
For a Future-Friendly Web
brad_frost
180
9.9k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
The Language of Interfaces
destraynor
162
25k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
45
2.5k
Embracing the Ebb and Flow
colly
88
4.8k
BBQ
matthewcrist
89
9.8k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
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?