How to remove particular file of a changeset?

北城以北 提交于 2019-12-23 04:32:20

问题


As stated in the title, is it possible to remove a particular file within a changeset that been checked in into TFS?


回答1:


Follow the steps below:

  1. Roll back the changset:

  1. Then you'll see the rollback changes for all files in Pending Changes:

  1. Undo the changes for the files you want to keep, and check in the pending changes:




回答2:


Basically you cannot change a changeset, but you can make a new one which only rollback parts of the previous changeset as @Cece has specified in his answer.



来源:https://stackoverflow.com/questions/40924136/how-to-remove-particular-file-of-a-changeset

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!