最佳答案
我需要删除一个主分支,但事实证明很难。我只想把那根树枝清理干净,重新开始。我正在从 dev 分支中删除。我希望 GitHub 上的 master 是干净的。
# git push origin --delete master
> To https://github.com/mymasterb.git ! [remote rejected] master
> (deletion of the current branch prohibited) error: failed to push some
> refs to 'https://github.com/mymaster.git'
我怎样才能简单地重新开始我的主人呢?