git delete remote branch

Check the remote branch first

  1. git branch -r  


Use the following two commands to delete the remote branch

  1. git branch -r -d origin/branch-name  
  2. git push origin :branch-name  

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325219263&siteId=291194637