1、 git通过命令可以配置本地用户名和邮箱
git config user.name 用户名
git config user.email 邮箱
查看本地用户名和邮箱
git config user.name
git config user.email
2、git 下载分支代码:
git clone -b 分支名 address.git
1、 git通过命令可以配置本地用户名和邮箱
git config user.name 用户名
git config user.email 邮箱
查看本地用户名和邮箱
git config user.name
git config user.email
2、git 下载分支代码:
git clone -b 分支名 address.git