git workflow & best practice

Post on 21-Jun-2015

231 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

A presentation about kinds of git workflows and their best practices

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

endquestion?

top related