git describe fails with “fatal: No names found, cannot describe anything.”

If you want the id of your HEAD then you don’t need describe, you should just use rev-parse.

git rev-parse HEAD

If you want an abbreviated hash you can use --short.

git rev-parse --short HEAD

If you want a “describe” to fall back to an abbreviated hash if it can’t find any suitable tags, you can use --always.

git describe --always

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)