如何从 Visual Studio 中为 Codeplex 项目生成差异?
我对 Codeplex 上托管的项目的源代码进行了一些更改。 我不是该项目的作者或编辑 - 只是一个用户。 但我想将更改作为补丁提交。
Codeplex 有一个很好的方法来上传补丁...
我如何从 Visual 中生成补丁或差异工作室?我如何生成其他 VS 开发人员可以应用来更新其源代码的内容? VS 有补丁/差异功能吗?
谢谢。
I made some changes in the sourcecode for a project hosted on codeplex.
I'm not an author or editor on the project - just a user.
But I'd like to submit the changes as a patch.
Codeplex has a nice way to do upload the patch...
How can I generate a patch or a diff, from within Visual Studio? How can I generate something that another VS developer could apply to update his source code? Does VS have a patch/diff capability?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 TFS 命令行工具 tf.exe:
示例输出:
Use the TFS command line tool, tf.exe:
example output: