I accidentally created a branch called "remotes/origin/remotes/origin/aclark" and can't delete it with:
git branch -d remotes/origin/remotes/origin/aclark
Git says:
error: branch 'remotes/origin/remotes/origin/aclark' not found.
I tried some of the suggestions here: Deleting a badly named git branch, but they are geared more towards bad branch names that start with "--".
Is there any way an end user can delete this branch or do I need a git admin? (The branch in question lives at gitorious).
Thanks
Alex