修炼之士

关注

How to Delete Git Remote Branches

修炼之士

关注

阅读 88

2022-09-06


It’s easy to remove a certain remote branch in a Git respository. You could try this



1

git push origin --delete <branchName>

And of course another short command is waiting for You



1

git push origin :<branchName>

相关推荐

程序员漫画编程

in git how to blame who delete this line code

程序员漫画编程 10 0 0

西红柿上校

git remote操作

西红柿上校 50 0 0

北冥有一鲲

Jenkins List Git Branches插件 构建选择指定git分支

北冥有一鲲 37 0 0

caoxingyu

How to Enable Remote Access to MySQL (ubuntu)

caoxingyu 109 0 0

爱写作的小土豆

fatal: Need to specify how to reconcile divergent branches.如何处理

爱写作的小土豆 7 0 0

yongxinz

How to delete non empty directory in java

yongxinz 112 0 0

霍华德

How to: Configure Express to accept remote connections zz

霍华德 57 0 0

钵仔糕的波波仔

git remote 常见用法

钵仔糕的波波仔 67 0 0

_刘彦辉

Git checkout remote branch

_刘彦辉 48 0 0

小飞侠熙熙

git-remote详解

小飞侠熙熙 45 0 0

精彩评论(0)

0 0 举报