赞
踩
.git删除:rm -rf .git
查看信息:git config --list
修改:git config --global user.name "name"
git config --global user.email "email"