発生している問題・エラーメッセージ
「--help」という名前のブランチを作ってしまいましたが、それが消せません。
$ git branch --help * master
試したこと
デリートオプションで消そうとしてしても、ヘルプの出力が出るのみで、消せない。
$ git branch -D --help
$ git branch | grep help | xargs git branch -D
$ git branch -D "--help"
$ git branch -D \-\-help
上記コマンドの結果、全てヘルプの出力↓になってしまい、ブランチが消せない。
usage: git branch [options] [-r | -a] [--merged | --no-merged] or: git branch [options] [-l] [-f] <branchname> [<start-point>] or: git branch [options] [-r] (-d | -D) <branchname> or: git branch [options] (-m | -M) [<oldbranch>] <newbranch> Generic options -v, --verbose be verbose -t, --track set up tracking mode (see git-pull(1)) --set-upstream change upstream info --color[=<when>] use colored output -r act on remote-tracking branches --contains <commit> print only branches that contain the commit --abbrev[=<n>] use <n> digits to display SHA-1s Specific git-branch actions: -a list both remote-tracking and local branches -d delete fully merged branch -D delete branch (even if not merged) -m move/rename a branch and its reflog -M move/rename a branch, even if target exists -l create the branch's reflog -f, --force force creation (when already exists) --no-merged <commit> print only not merged branches --merged <commit> print only merged branches
解決法がわかる方いらっしゃいましたら、ご教授頂けると大変助かります。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。