git 查看、切換用戶

查看命令:python 查看用戶名:git git config user.name 查看用戶郵箱:code git config user.email 修改命令:it 修改用戶名:class git config --global user.name "Your_username" 修改用戶郵箱:email git config --global user.email "Your_email"
相關文章
相關標籤/搜索