> More information: <https://git-scm.com/docs/git-describe>.
- Create a unique name for the current commit (the name contains the most recent annotated tag, the number of additional commits, and the abbreviated commit hash):
`git describe`
- Create a name with 4 digits for the abbreviated commit hash: