码迷,mamicode.com
首页 > 其他好文 > 详细

获取git的最后一次提交的commit id

时间:2016-03-01 14:40:44      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:

git log --pretty=format:"%h" | head -1  | awk ‘{print $1}‘

 

可以放到xcode  build setting  post run script 里面设置版本号。

获取git的最后一次提交的commit id

标签:

原文地址:http://www.cnblogs.com/studyNT/p/5230722.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!