git 命令修改commit時的用戶名和郵箱地址

打開Git bash 查看本目錄下倉庫的郵箱   git config user.email   //查看本目錄下倉庫的用戶名  git config user.name   //修改本目錄下倉庫的郵箱   git config user.email "郵箱"   //修改本目錄下倉庫的用戶名   git config user.name "用戶名" 以上是修改本地一個倉庫的用戶名和郵箱 開始修改
相關文章
相關標籤/搜索