Git & Version Control

Branch

/brɑːntʃ/

Definition

A pointer to a specific commit that lets developers work on features or fixes in isolation from the main codebase.

Example in context

"Create a feature branch off main, make your changes, then open a PR — never commit directly to main."

Related terms

Practice this term

Master Branch in context by working through exercises in the Git & Version Control module. You'll see the term used in real engineering scenarios with multiple-choice, fill-in-the-blank, and matching drills.

Frequently Asked Questions

What does "Branch" mean?

A pointer to a specific commit that lets developers work on features or fixes in isolation from the main codebase.

How do you pronounce "Branch"?

"Branch" is pronounced /brɑːntʃ/.

Can you use "Branch" in a sentence?

"Create a feature branch off main, make your changes, then open a PR — never commit directly to main."