Git Started with GitFlow

A distributed version control system aimed at speed, data integrity, and non-linear workflows

Why Git???

87.2%

OPEN SOURCE

Decentralized

Democratic

Powerful Merge Features

Successfull Git Branching Model....?

GITFLOW!

UAT BRANCH

Feature Branch

 Feature?

git fetch origin

fetch vs pull?

git checkout -b localbranch remotebranch

git add --all

git commit -m 'commit message'

How do we get our code into DEV...?

Pull Requests!

FETCH AND MERGE BEFORE PR!

git push origin localbranch:
remotebranch

How do we get our code into PROD...?

Release Branches!

PROD BROKE...

HOTFIX!

Wanna Learn More?

Questions ?

Follow Us!

- Mention us on Yammer

 

- Look for our wiki

 

- Fill out our survey