I have pushed up two directories with to my Git Bitbucket repo, that I now wish to remove/delete.
How I'm a suppose to make those changes? I already tried with:
git rm -rf --cached files
git commit -a -m "Deleted files"
git push origin master
What I recon here is that it only removed the files from my working directory but left what it was in Bitbucket as it was.