git中Untracked files如何清除

$ git status
# On branch test
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# .python-version
nothing added to commit but untracked files present (use "git add" to track) $ git clean -f -d
Removing .python-version $ git status
# On branch test
nothing to commit (working directory clean)
上一篇:Hibernate学习---第十一节:Hibernate之数据抓取策略&批量抓取


下一篇:UML(统一建模语言)