git之删除本地仓库

gitbash中执行

$ git init

$ rm -rf .git

本地仓库就删除了

执行

$ git branch

可以看到


该文件夹已经不是本地版本库了

你可能感兴趣的:(l)