我对 GitHub 非常陌生,个人没有时间学习太多命令行。我更喜欢将 GitHub Mac 应用程序用于我的个人项目,如果我可以用它添加标签,我很想知道。
基本上我只想标记我的项目 v0.1 等等。我什至不确定这是最好的方法。
请您参考如下方法:
来自 VonC's answer到 same question asked on SuperUser :
Both in their announcement and in the help section, this (tag) doesn't seem to be available (at the time of the writing of this answer).
That means GitHub for Mac doesn't manage yet the tags namespace (refs/tags), and that you need to tag manually, and then
git push --tags
to GitHub also manually.
尽管那是一年前的事,但仍然没有任何迹象表明支持标签。帮助部分仍然没有提及, subsequent blog posts关于它不提标签,也不提 the release notes (虽然它们只涵盖相对较新的版本)。