git-tag - 如何使用 GitHub Mac 应用程序标记我的 git 存储库?

标签 git-tag github-for-mac

我对 GitHub 非常陌生,个人没有时间学习太多命令行。我更喜欢将 GitHub Mac 应用程序用于我的个人项目,如果我可以用它添加标签,我很想知道。

基本上我只想标记我的项目 v0.1 等等。我什至不确定这是最好的方法。

最佳答案

来自 VonC's answersame 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 (虽然它们只涵盖相对较新的版本)。

关于git-tag - 如何使用 GitHub Mac 应用程序标记我的 git 存储库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9245955/

相关文章:

git - 如何通过将标签推送到 github 来触发 Azure 管道中的构建

git - 如果加载本地存储库,Mac 版 GitHub.app 每次都会崩溃

git - 如何从终端访问 'GitHub for Mac' 命令行实用程序?

git - 将 git 分支转换为 git 标签

git - 创建 Git 标签时自动运行 Git 钩子(Hook)

GitLab 显示计算机名称 + 路由器名称作为提交者名称

GitHub:如何将 Gist 添加到存储库?

git - 如何列出包含提交的所有标签?

git - 在 Git 中如何判断标签指向哪个提交?