Zet - How do you remove empty folders not needed by git?
How do you remove empty folders not needed by git?
Run git clean -fd to remove folders.
git clean -fd
NOTE it is safe to run git clean -fdn to list the folders it is going to delete to check first.
git clean -fdn
#git