Appearance
git config --system --list // 查看系统配置 git config --global --list // 查看全局配置 git config --local --list // 查看本地配置
git remote -v