原始内容
高亮显示
复制内容
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
您还没有登录,登录后您可以:
首次使用?从这里 注册