加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gitversion.sh 221 Bytes
一键复制 编辑 原始数据 按行查看 历史
Cristy 提交于 2017-09-14 06:23 . ...
git_rev ()
{
d=`date +%Y%m%d`
c=`git rev-list --full-history --all --abbrev-commit | wc -l | sed -e 's/^ *//'`
h=`git rev-list --full-history --all --abbrev-commit | head -1`
echo ${c}:${h}:${d}
}
git_rev
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化