# 删除readme.txt 的跟踪,并保留在本地。
git rm --cached readme.txt

# 删除readme.txt 的跟踪,并且删除本地文件。
git rm --f readme.txt