-
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 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常用命令
本文链接:https://www.haomeiwen.com/subject/alwtphtx.html
网友评论