git config --add --local user.name和git config --global user.name两个命令都是设置用户名的,他们区别是什么?
一个是本地的,一个是全局的。作用域不同而已。