Closed kk closed 5 years ago
Based on the above test cases, I can't find any problems with this implementation. I did find that 2 remote branches can't be deleted in the same session. This, however, is outside the scope of this issue and another issue should be created to address this.
Fixes issue #301. Attempting to delete a branch will now only show valid delete options.
Test case setup:
Test case 1:
Test case 2:
Test case 3:
The branch delete function should also be tested by deleting a branch and checking if a the branch is deleted via "git branch -a".