removing git file from command line code example
Example 1: git rm cached
$ git rm --cached filename
Example 2: delete file from a branch git
git rm --cached file1.txt
git commit -m "remove file1.txt"
Example 3: delete file from a branch git
git push origin branch_name