Git命令

配置

显示配置

1
git config --list

用户名与密码

1
2
git config --global user.name USERNAME
git config --blogal user.email YOUR@EMAIL