FelipeGonzalezY
10/2/2018 - 12:49 PM

Remover carpeta remota git

Remove directory from git but NOT local

https://stackoverflow.com/questions/6313126/how-to-remove-a-directory-from-git-repository

As mentioned in the comments, what you usually want to do is remove this directory from git but not delete it entirely from the filesystem (local)
git rm -r --cached myFolder