次のコマンド:
$ git branch -a
収量
* develop
master
remotes/origin/HEAD -> origin/develop
remotes/origin/develop
remotes/origin/feature/foo
remotes/origin/master
remotes/origin/feature/foo
しかし、私はブランチを望んでいません。これを得るために私は何ができたでしょうか?どうすれば削除できますか?
私はこれを試しました:
git push origin --delete origin/feature/foo
しかし、私はこれを取得します:
error: unable to push to unqualified destination: origin/feature/foo
The destination refspec neither matches an existing ref on the remote nor
begins with refs/, and we are unable to guess a prefix based on the source ref.
error: failed to push some refs to '...my remote repo...'
何か案は?どうもありがとう :)。