简体   繁体   English

使用Git扩展工具在Visual Studio 2013中尝试Cherry Pick

[英]Trying Cherry Pick in Visual Studio 2013 with Git extension tools

I am trying to find a way to "Cherry Pick" in visual studio 2013. We do not want to merge all of our beat branch into our master branch, but only certain changes. 我正在尝试在Visual Studio 2013中找到一种“ Cherry Pick”的方法。我们不想将所有的beat分支合并到我们的master分支中,而只希望合并某些更改。 I see it seems that only Visual Studio 2015 Update 2 and newer allow this. 我看到似乎只有Visual Studio 2015 Update 2和更高版本允许此操作。 How can I do this task in Visual Studio 2013, or what should I do to accomplish this? 如何在Visual Studio 2013中执行此任务,或者应该怎么做?

Thanks! 谢谢!

I would suggest installing another tool to cherry pick. 我建议安装另一个工具来挑选。 There are tools for both command line and with a graphical user interface ( https://git-scm.com/download/gui/windows ). 有用于命令行和图形用户界面的工具( https://git-scm.com/download/gui/windows )。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM