i wanted to delete git branch locally but i get the error
$ git branch -d remotes/origin/incident
error: branch 'remotes/origin/incident' not found.
please help me to solve this problem
i wanted to delete git branch locally but i get the error
$ git branch -d remotes/origin/incident
error: branch 'remotes/origin/incident' not found.
please help me to solve this problem
you are specifying remote branch. you need to specify local branch
git branch -d incident