My repo has a sub-folder containing two files that are not present for me locally. How can I delete this sub-folder and its files please?
I tried copying the folder and files locally and then:
git rm -rf TheFolderName // it insisted I include -f
This deleted the folder and files locally but they are still present remotely
Andy.