📅  最后修改于: 2022-03-11 14:49:57.900000             🧑  作者: Mango
rm -rf .git
-r => Remove directories and there contents recursively.
-f => Ignore nonexistent files and arguments, never prompt
for more info run
rm --help