会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
WuYunTaXue
博客园
首页
新随笔
联系
订阅
管理
2022年5月12日
cmake-获取githash和tag
摘要: git_hash git log -1 --format="%h" #获取最新commit的hash短值, -n表示获得前几条的数据:-1最新一条 %h表示截取hash值的前一段,%H则表示整个hash值 git tag git describe --abbrev=6 --always --tags
阅读全文
posted @ 2022-05-12 23:22 WuYunTaXue
阅读(494)
评论(0)
推荐(0)
编辑
公告