### 6. Delete file
```sh
git rm -f file1.txt
git commit -m "remove file1.txt"
```
или
git rm --cached file1.txt