studywithallofyou

git删除远程分支

git push origin --delete remotebranch

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

git push origin --delete origin/remotebranch

 

分类:

技术点:

相关文章:

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