git備忘 & ProGit筆記

git config
git config  xxxxx   xxxx能夠是 --global(使用的是~/.gitconfig)  --system(聽說在linux下面使用的是/etc/gitconfig,可是我在centos上面沒找到這個文件,windows下面未知)  也能夠不寫xxxx(使用的是當前項目下面的 .git/config)
git config --global user.name "NAME"
git config --global user.email "EMAIL"
git config --list  查看現有的配置(全部的)
git config user.name  查看某一項配置,好比此處的user.name配置linux

相關文章
相關標籤/搜索