git rm recursive code example
Example 1: git rm cached
$ git rm --cached filename
Example 2: how to delete file from git command
git rm --cached file1.txt
git commit -m "remove file1.txt"
$ git rm --cached filename
git rm --cached file1.txt
git commit -m "remove file1.txt"