Git基本命令

Git基本命令

1、Git设置用户:git config –global user.name “name”

2、Git设置邮箱:git config –global user.email “email”

3、Git查看当前用户:git config user.name

4、Git查看当前邮箱:git config user.email

© 2019 - 2022 · Home · Theme Simpleness Powered by Hugo ·