📜  删除 git - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:57.900000             🧑  作者: Mango

代码示例6
rm -rf .git
-r => Remove directories and there contents recursively.
-f => Ignore nonexistent files and arguments, never prompt
for more info run 
rm --help