How do I delete a Git branch locally and remotely?

后端 未结 30 3737
被撕碎了的回忆
被撕碎了的回忆 2020-11-21 04:11

I want to delete a branch both locally and remotely.

Failed Attempts to Delete a Remote Branch

$ git branch -d         


        
30条回答
  •  面向向阳花
    2020-11-21 04:47

    Since January 2013, GitHub included a Delete branch button next to each branch in your "Branches" page.

    Relevant blog post: Create and delete branches

提交回复
热议问题