git branch -r --merged master |
sed 's/ *origin///' |
grep -v 'master$' |
xargs -I% git push origin :%
Para obter mais dicas sobre UNIX, consulte
Learning the UNIX Command Line .
Aproveite,
Chip
Conteúdo para você se capacitar em programação
git branch -r --merged master |
sed 's/ *origin///' |
grep -v 'master$' |
xargs -I% git push origin :%
Para obter mais dicas sobre UNIX, consulte
Learning the UNIX Command Line .
Aproveite,
Chip