GIT 移除文件

1. 移除文件

git rm
rm
git rm -f PROJECT.md
git rm --cached PORJECT.md
git rm log/\*.log
git rm \*~
rm