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

ios - Memory not freeing up after popping viewcontroller using ARC -

Java JSoup error fetching URL -

webstorm - PhpStorm file cache conflict with TypeScript compiler -