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
Post a Comment