获取当前分支最近一次commit SHA (长度为++40个++16进制数字的字符)命令如下:
git rev-parse HEAD
获取简写(短) commit SHA
git rev-parse --short HEAD