When I tried to remove branch with the command : git branch –D origin/image
I this message:
Branch '–D' set up to track remote branch 'image' from 'origin'.
and now a branch named "-D" is created locally buy does not exist globally. How can I remove it as it is a flag of git command and so not letting me delete with this command : git branch -D -D.
*using bitbucket and vscode.