如何去除本地项目的git版本控制

①进入项目文件夹

②右键选择git bash here

③在cmd窗口输入命令:

find . -name “.git” | xargs rm -Rf

即可

你可能感兴趣的:(git,git,github)