标签:on 学习 user br oo git list 笔记 it
git config --global user.name "xxx"
git config --global user.email xxx@gmail.com
git config --global core.editor emacs
git config --global merge.tool vimdiff
git config --list
git help config
标签:on 学习 user br oo git list 笔记 it
原文地址:http://www.cnblogs.com/anjsoft/p/4116124.html