version control - Combine Commits within TFS -


so in git can squash multiple commits single commit. example, let's checked in change, realized forgot small, make change locally , commit again. git squash can merge 1 commit.

my question tfs have sort of method doing same thing?

no. tfvc uses totally different version control paradigm git; not support history rewriting actions squashing , amending.


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -