I have a "feature/admin" branch that is tracking multiple branches (origin/feature/admin and development, the latter being local) - I want to remove the local tracking (so my local branch only tracks the remote branch origin/feature/admin).
I've tried removing it with git branch -dr development, but...
error: remote branch 'development' not found.
Any suggestions?