Git查看用戶名郵箱及重新設置

查看用戶名和郵箱地址

git config user.name

git config user.email

修改用戶名和郵箱地址

git config --global user.name "username"

git config --global user.email "email"
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章