I have a strange case:
I created a copy of an existing branch with the name "test"
I did some rebasing on it (only reordered some commits in interactive mode)
There was only one conflict, which I solved
And I completed rebase
Now I want to delete that test branch and I get the following error:
"error: Cannot delete branch 'test' checked out at 'C:/...FILEPATH..."
I tried those:
- git branch -d test
- git branch -D test
- git branch -d -f test