git merge source-branch && git branch -d source-branch
git branch -r --merged | grep -v master | sed 's/origin//:/' | xargs -n 1 git push origin