I am using git mistakenly i have not ignored the jpeg files in the gitignore.
I my repo increasing day by day because of the images.
git rm --cached blog/wp-content/upload/*
after running this command i am getting following error
fatal: pathspec 'blog/wp-content/upload/' did not match any files
Please let me know how to un-track these files.
Also i need to untrack magento files which i have committed to repo