# Git-Test **Repository Path**: sinclaircoder/Git-Test ## Basic Information - **Project Name**: Git-Test - **Description**: Git测试 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-06-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Git-Test # 查看全局信息 git config --global --list # 更改用户名 git config --global user.name xxxx # 查询用户名 git config --get user.name # 更改邮箱 git config --global user.emil xxxxx@xx.com # 查询邮箱 git config --get user.email