Say I have two branches A and B, where B is 10 commits ahead of A.
Some of the 10 commits are tagged with special_tag
.
I want to revert all the commits tagged with special_tag
until branch A.
How can I do that?
Say I have two branches A and B, where B is 10 commits ahead of A.
Some of the 10 commits are tagged with special_tag
.
I want to revert all the commits tagged with special_tag
until branch A.
How can I do that?