Git 2.12.2 • Manual
Home
Symbolic Identifiers (draft)
Any Git command accepting any
HEAD
- indicates the head of the current branch.
<tag>
- a valid tag name (i.e. a
refs/tags/<tag>
reference). <head>
- a valid head name (i.e. a
refs/heads/<head>
reference).
For a more complete list of ways to spell object names, see “SPECIFYING REVISIONS” section in gitrevisions(7).