Is there a way to remove a directory from every branch in a repo? I know I could manually (one at a time) check out each branch, delete the directory and its files, commit, push and then repeat for each branch.
I would prefer to have one command (or script) that can do this across all the branches of the repo.
Is this possible?