Notes Delete remote branch git push origin --delete the_remote_branch Batch get size for D in *; do [ -d "${D}" ] && cd ${D} && pwd && (git count-objects -v) && cd .. && echo _______________ ; done