git常用命令

  • git config user.name 查看用户名
  • git config user.email 查看邮箱
  • git config --global user.name "your name" 设置/更改用户名
  • git config --global user.email "your email" 设置/更改邮箱
  • git clone xxx 下载代码

你可能感兴趣的:(git常用命令)