git - 在 VSO 或 VS2015 中创建 Git 分支标签

标签 git visual-studio-2015 azure-devops

有没有办法在 vso 中创建分支标签?

此外,我尝试在 VS2015 中创建一个标记并将更改提交推送到 vso,但我没有在 vso 中看到该标记。只是想知道这个 VS2015 <-> VSO 标记功能是否到位?

最佳答案

您在 VS2015 中创建的标签位于本地存储库中。 VS2015暂时无法将标签推送到远程仓库。您需要通过以下命令手动将标签推送到远程存储库:

git push --tags

执行此命令后,您将在 VSO 中看到标签。 enter image description here

关于git - 在 VSO 或 VS2015 中创建 Git 分支标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33787890/

相关文章:

git - 将本地 master 转换为 git 中的分支

c++ - CString 赋值错误

git - Azure Devops 托管构建获取和部署旧文件

Azure CLI 无法从模板创建门户仪表板

html - Visual Studio 2015-如何禁用 "based on your project, we have identified extensions you may find helpful"消息?

git - Azure DevOps PR 消息 - "Work items only from the first 100 commits will be linked"?

GitHub:将私有(private)存储库部分公开

Git 克隆 : Unknown SSL protocol error in connection to github. com:443

git - git reset --hard 和 git checkout 之间的区别

c# - 无法在 web api Controller 中命中断点