Git command `describe`
Definition
Describe a commit using the most recent tag reachable from it.
Expert usage
Describe an object (branch, tag, commit, …)
$ git describe <object>
Describe an object with the specified abbreviate hash size
$ git describe --abbrev=<n> <object>