每次都要輸入提交人信息太麻煩,就修改了默認(rèn)值
打開idea底部的輸入框
?1.查看git提交的作者和郵箱
//查看作者
git config user.name
//查看郵箱
git config user.email
文章來源:http://www.zghlxwxcb.cn/news/detail-567165.html
2.設(shè)置本地git提交的作者和郵箱
//設(shè)置作者
git config --global user.name "tianChenKun"
//設(shè)置郵箱
git config --global user.email"123@163.com"
文章來源地址http://www.zghlxwxcb.cn/news/detail-567165.html
到了這里,關(guān)于idea修改git默認(rèn)提交人及郵箱的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!