How clean up merged git branches can delete pull requests?

前端 未结 0 642
走了就别回头了
走了就别回头了 2020-12-25 10:07

I was about to follow the instructions to delete all branches on remote that are already merged:

git branch -r --merged | grep -v master | sed \'s/origin\\//:         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题