You need to remove the folder from your local repository with git rm -r folderName
and then git commit -m 'Delete folder folderName because foo
(for example) and git push
.
You need to remove the folder from your local repository with git rm -r folderName
and then git commit -m 'Delete folder folderName because foo
(for example) and git push
.