#!/bin/bash # run this script on the _upstream_ branch ( while read -r name ; do git rm -r $name done ) <