I want to delete a specific folder from my bitbucket repository that doesn't exist anymore on my local project folder.
I don't want to commit everything using git commit -a because I am still working on something and I don't want to commit it yet also I am ignoring a lot of files/folders and not sure if everything is included into .gitignore ( I only commit a part of the project due to size .. ).
So instead of commiting everything for now I just want to target a specific folder and delete it from my repo. I am a git beginner .. It must be some easy solution that I don't know and the question could be asked somewhere but couldn't find anything good .. or I am doing something wrong.
Any suggestion ?