remove file from cache
Use this command to remove a file from git cache.
git rm --cached path/to/your/file.html
copy
Use this command to remove a file from git cache.
git rm --cached path/to/your/file.html
copy