Git Latest Hashcalendar2022-03-27 · 1 min read · git ·Share on: twitterfacebooklinkedincopySometimes, for automation purposes, you would like to get the latest commit in a working copy.Below is how you do it.1~$ git rev-parse --short HEAD Remove the --short HEAD if you need the longer version.Posts in this Series