git全局变量

来源:互联网 发布:类似于dropbox的软件 编辑:程序博客网 时间:2024/05/29 05:02
git config --global user.name "xxxx"git config --global user.email "xxxx@example.com"

git的全局变量会存放在:~/.gitconfig
对应windows目录:
C:\Users\xxx.gitconfig

原创粉丝点击