Close
AlgoliaLogoLight
Close full mode
logo

git log

Git RepositoryEdit on Github

Get only hash value of the latest commit

git log -1 --format="%H"
git rev-parse HEAD
Loading comments...