sh 显示陈旧的git分支

Posted

tags:

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

for C in $(git ls-remote --heads | awk '{ print $2 }' ); do git --no-pager show -s --format="%ci $C" "origin/${C##*/}" 2>/dev/null; done | sort -h

以上是关于sh 显示陈旧的git分支的主要内容,如果未能解决你的问题,请参考以下文章

sh 从命令行显示多分支git树

sh 将本地分支git log与远程分支进行比较

sh 将本地分支git log与远程分支进行比较

sh 删除已删除的远程git分支

sh 清理GIT中的合并分支

sh 签出远程Git项目的单个分支