> [!tip] Title > Can be used where git hashes or branch names are used. [Git - gitrevisions Documentation](https://git-scm.com/docs/gitrevisions) | Code | Description | | --------------------------------------------- | --------------------- | | `@{<n>}, e.g. @{1}` | Current branch reflog | | `@{-<n>}, e.g. @{-1}` | Checkout reblog | | `<rev>^{/<text>}, e.g. HEAD^{/fix nasty bug}` | Reachable regex | | `:/<text>, e.g.:/fix nasty bug` | Any regex |