Jump to content

Branches: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 January 2026

  • curprev 14:1414:14, 29 January 2026 Admin talk contribs 389 bytes +389 Created page with "'''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."