GitHub/Bitbucketからリモートマスターブランチを削除するにはどうすればよいですか?
私はしようとしています:
# git Push bb --delete master
remote: bb/acl: user is allowed. accepted payload.[K
remote: error: refusing to delete the current branch: refs/heads/master[K
To ssh://[email protected]/user/reponame.git
! [remote rejected] master (deletion of the current branch prohibited)
error: failed to Push some refs to 'ssh://[email protected]/user/reponame.git'
また、私は試した
git Push bb :master
しかし、これはすべてうまくいきません。
注:BitBucketの場合、デフォルトのブランチを変更するには、リポジトリの設定にアクセスし、「Main branch
"コンボボックス。
メインブランチがマスターでなくなったら、 マスターをプッシュして削除できます 。
settingsブロックのoptionsでsettingsページをタップします(まあ、Settingsgithubリポジトリページのタブ)、デフォルトのブランチを変更できます(githubにも他のデフォルトのブランチが必要です)。
それを行った後、それを削除することができます:
$ git Push bb :master