Branch model in Git

Preview:

Citation preview

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

Recommended