Friday 2 August 2019

Git- Part 5: Branching

Branching Overview

Branching: Overview

● Software Branching is a technique used to achieve code isolation.

Release Branches: Used to create a snapshot of the codebase at time of release. To ensure stability and minimize risk, only severe bug fixes are permitted in release branches.

Development Branches