运行 Git 前的配置查看所有的配置及它们所在的文件1git config --list --show-origin
用户信息12$ git config --global user.name "John Doe"$ git config
2022-04-15