Where did this random git branch come from? -
when run git branch
command there branch listed (1)
appended it, never created branch name , can't delete using git branch -d
command. it, , how delete it? :)
edit
its invalid have space part of branch name, not clear how got created, if real branch.
you can go low level delete branches directly manipulating .git dir. verify it's under .git/refs/heads , remove file .git/refs/heads/gps-feature-branch* under there. perhaps how branch name manipulated in first place (although git wouldn't recognize space in branch name, can add parens here).
Comments
Post a Comment