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

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -