apiv1
git获取commit id
git rev-parse HEAD
获取short commit id(如:bb4f92a)
git rev-parse
--short
HEAD