CertNova
Menu
<- Back to glossary

Git Branching

noun

Definition

  1. 1.Git branching is a feature that allows developers to diverge from the main line of development and continue to work without affecting the main codebase.

Example

A developer creates a new branch to work on a feature, allowing them to make changes without impacting the main project until the feature is complete.

Related Exams