git 的版本字符串管理 gitver

码农软件 · 软件分类 · Git开源工具 · 2019-11-05 08:11:33

软件介绍

git 的一个简单的版本字符串管理。简单、轻量级、基于标签的版本字符串管理,使用 Python 编写。

增强了 git describe 输出并生成如下格式的版本字符串

v<MAJ>.<MIN>.<PATCH>-[<NEXT>|<SNAPSHOT>]-[<COMMIT_COUNT>]/<HASH>

The -SNAPSHOT suffix is used when the NEXT version string numbers are known, to denote a snapshot of that future version.

The -NEXT suffix is used when no NEXT version string numbers have been defined and gitver needs to describe a future version.

Note that suffixes such as -NEXT and -SNAPSHOTare customizable.

示例输出:

Latest tag: v0.4.9
NEXT defined as: 0.4.10
Current build ID: a3a73a5861e5721055f3a12545201e265ba0c097
Current version: v0.4.10-SNAPSHOT-2/a3a73a5

本文地址:https://www.codercto.com/soft/d/18301.html

PHP实战

PHP实战

Dagfinn Reiersol、Marcus Baker、Chris Shiflett / 张颖 等、段大为 审校 / 人民邮电出版社 / 2010-01 / 69.00元

“对于那些想要在PHP方面更进一步的开发者而言,此书必不可少。” ——Gabriel Malkas, Developpez.com “简而言之,这是我所读过的关于面向对象编程和PHP最好的图书。……强烈推荐此书,绝不要错过!” ——Amazon评论 “此书是理论与实践的完美融合,到目前为止,其他任何图书都无法与它相媲美。如果5颗星是满分,它完全值得10颗星!” ——A......一起来看看 《PHP实战》 这本书的介绍吧!

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具