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? :)

enter image description here

edit

using accepted answer: enter image description here

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

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -