Excluir o arquivo de uma filial Git

git rm --cached file1.txt
git commit -m "remove file1.txt"
GrepperSasi