#gitPanic - HEAD
Understanding HEAD and refs helps with reading git logs and using git commands.
Refs
Tags
HEAD and head
Detached HEAD
HEAD^
Refs
HEAD is a ref. In git, a ref is a human readable reference to a thing.
You can have refs to git information stored in ...
abbeyperini.hashnode.dev4 min read