Jump to content

Branches

From Rivendell Wiki

Git branches are lightweight pointers that represent independent lines of development within a Git repository. Branches allow developers to work on features, bug fixes, or experiments in isolation without affecting the main codebase. Changes from a branch can later be merged back into another branch, such as the main or development branch, enabling safe and flexible collaboration.