标签具有在提交历史上标记特定提交的能力
版本库还没有标签。
使用git tag命令添加一个:
git tag -a v1.4 -m 'version 1.4'