标签用于标识历史重要版本
版本库没有标签。
使用 git tag 命令增加标签:
git tag -a v1.4 -m 'version 1.4'