git rm(1) -rf directories
Remove files from the working tree and from the index
-r
    Allow recursive removal when a leading directory name is given.
-f, --force
    Override the up-to-date check.
source manpages: git-rm