0
0

More than 1 year has passed since last update.

リモートのブランチをローカルから削除する

Last updated at Posted at 2022-12-13
  • リモートブランチ削除コマンド
git push <remote> --delete <branch>

// 例
git push origin --delete exampleBranch
  • 下記エラーが発生した場合は、既にそのブランチが削除されている可能性があります。
error: unable to push to unqualified destination: remoteBranchName 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 'git@repository_name'
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0