git branch -r| awk -F '[/]' '/origin\/tomdy/ {printf "%s\n", $2}' |xargs -I{} git push origin :{} 相关文章: 2021-06-16