… that to see the hash for the present commit in git one can use:
git rev-parse --verify HEAD
or, otherwise use tags
git describe --tags
… that to see the hash for the present commit in git one can use:
git rev-parse --verify HEAD
or, otherwise use tags
git describe --tags
Reply