Is it possible to delete, for example, an entire directory from a previous commit, and make the resulting changes "visible" in all current/future branches? I forgot to exclude the target/
directory early on in development, and now I am trying to eliminate it entirely from the whole repo.
I already deleted it from the master
branch, do I have to repeat that for every branch I've created? Or is there a "better" solution?