studywithallofyou

git删除远程分支

git push origin --delete remotebranch

注意不可以在远程分支前加origin,不然会报错。如下是错误写法

git push origin --delete origin/remotebranch

 

分类:

技术点:

相关文章:

  • 2021-10-14
猜你喜欢
  • 2021-12-12
  • 2021-12-10
  • 2021-09-07
  • 2021-06-16
相关资源
相似解决方案