## git刪除已進行版本控制的文本git
git rm -r --cached /path/to
## 檢出的git工程,有內容修改又想切換分支,能夠隱匿修改的內容(注意:隱匿的文件將永久刪除)bash
git stash --include-untracked 或者 git stash -u