git 현재 리비전 알아내기

How to retrieve the hash for the current commit revision in Git?


git rev-parse HEAD

또는

git rev-parse --verify HEAD


Ref