Glossary Git / Term
A named reference to the commit at the tip of a branch. Heads are stored in a file in $GIT_DIR/refs/heads/
directory, except when using packed refs. (See git-pack-refs(1).)
Permanent link head - Modification date 2023-07-26 - Creation date 2023-07-26