我可以使用Visual Studio 2013标记Git提交

时间:2014-01-26 09:57:06

标签: git visual-studio-2013

是否可以在Visual Studio 2013中为Git存储库合并后应用标记? 我正在寻找团队资源管理器中的这个动作,但我找不到它。

谢谢..

3 个答案:

答案 0 :(得分:24)

您现在可以在VS 2015中,在团队资源管理器中执行此操作,转到同步 - >传出提交 - >双击要打开的项目。

您应该会看到“创建标记”'动作。

或者,如果您的分支已经同步,请转到分支 - >右键单击当前分支 - >查看历史... - >然后右键单击要标记的提交。

您应该会看到“创建标记”'动作。

这些说明至少适用于VS 2015 Professional和Enterprise。

答案 1 :(得分:8)

基于this page我现在不说。虽然您可以查看它们。

I want to: 
    Apply a tag to a commit

Can I do it in Visual Studio? 
    No, but you can view them. See View and manage past versions in Git.

How do I do it from the command prompt?
    You can use the command prompt to push, edit, and remove tags (see Git-scm: Git Basics - Tagging) from a repository in TFS if you have sufficient permissions.

答案 2 :(得分:2)

在Visual Studio 2017中(v15.3.5),在Team Explorer =>中Branches窗口,我可以右键单击一个分支。然后单击View History...命令。将打开一个新的Local History窗口。在该窗口中,我可以右键单击特定提交并在上下文菜单中单击Create Tag命令。