We set up our magento site in git.
When we run this command git status, we can see the following files as an image:
but as mentioned in above image "Marketplace OLD 3" directory does not exist in server.
We tried this command to delete it: git rm -r app/code/local/Webkul/Marketplace OLD 3 but we are getting error as:
fatal: pathspec 'OLD' did not match any files
So we added "Marketplace OLD 3" directory in server and tried to delete through git, but still it's not working.
How to hide or delete the above files from git terminal?
