sh 列出远程分支

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 列出远程分支相关的知识,希望对你有一定的参考价值。

## list all local and remote branches
git branch -a 

## list only remote branches
git branch -r 

以上是关于sh 列出远程分支的主要内容,如果未能解决你的问题,请参考以下文章

sh 列出Git远程分支(来自http://stackoverflow.com/questions/3471827/how-do-i-list-all-remote-branches-in-git-1

如何在 Git 1.7+ 中列出所有远程分支?

列出远程git的全部分支

sh 拉所有远程分支并创建本地分支

sh 删除本地分支(不删除远程分支)

ruby 用于列出已合并到指定分支的所有远程分支的脚本。 (可选)使用最近提交排除分支。书面