Go to your git Directory then type the following command: rm -rf <Directory Name>
After Deleting the directory commit the changes by: git commit -m "Your Commit Message"
Then Simply push the changes on remote GIT directory: git push origin <Branch name>