What is a branch in Git?

Git Easy

Git — Easy

What is a branch in Git?

Key points

  • Branches facilitate parallel development
  • They are movable pointers, not static snapshots
  • Multiple branches can coexist in a repository
  • Branches are not inherently read-only

Ready to go further?

Related questions