GitTools/GitTools.Testing

Should be able to delete a branch

novabe opened this issue · 1 comments

From what I can tell the presence or absence of a feature branch (after it is merged) could affect the versions that GitVersion produces. If so, it would be helpful to be able to delete a branch here to test the various scenarios better.

This is already available:

fixture.Repository.Branches.Remove("branchName")