sh git purge脚本(用于压缩github)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh git purge脚本(用于压缩github)相关的知识,希望对你有一定的参考价值。

# helper to clean your local branch list when using the 'squash on github' merge strategy

git config --global alias.purge '!git branch -vv | awk '\''/: gone]/{print $1}'\'' | xargs git branch -D && :'

以上是关于sh git purge脚本(用于压缩github)的主要内容,如果未能解决你的问题,请参考以下文章

sh 用于Tar的Shell脚本解压缩选项示例字符串

sh 用于Tar的Shell脚本解压缩选项示例字符串

sh 用于在git中备份Jenkins配置的脚本示例。

sh 用于检查当前git branch =“x”的bash脚本

sh 用于在git repo中生成作者列表的Bash脚本

sh 用于备份组织的所有GitHub存储库的Shell脚本