Branch model in Git

Post on 17-Jul-2015

117 views 0 download

Tags:

Transcript of Branch model in Git

Git Branching advantages

The

Basics

Pain points in centralized

VCS

Each branch is a new folder

Structure your folder

Resistance to branching

Embrace the change

Branch per feature

Continuous Integration

Monitoring status of branches

Pull requests

Code review