繁体   English   中英

删除 git 的命令是什么?

[英]What is the command to remove git?

我试图从我的父文件夹 MERN 项目中的子文件夹 react 项目中删除 git ..

我在我的 react/frontend 文件夹中尝试了命令rm -rf.git但它显示:

Remove-Item : A parameter cannot be found that matches parameter name 
'rf'.

您似乎正在使用 windows powershell。 如果是这种情况,请对 powershell 使用等效的“rm -rf”,即:“rm -r -fo”

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM