Git全局配置修改

1.查看Git所有配置

git config --list

2.删除全局配置项

(1)终端执行命令:

git config --global --unset user.name

(2)编辑配置文件:

git config --global --edit

posted @ 2021-10-14 10:15  一只小菜菜鸟  阅读(1450)  评论(0)    收藏  举报