问题
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:
- Roll back the changset:
- Then you'll see the rollback changes for all files in Pending Changes:
- 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