标签:配置邮箱 master his https name tps init x11 http
一、全局变量
查看全部变量: git config --list
配置用户名: git config --global user.name "yqxx1116"
配置邮箱: git config --global user.email "251714065@qq.com"
二、仓库
创建本地仓库: git init
配置远程仓库: git remote add origin https://github.com/yqxx1116/CallMe.git
不同项目pull: git pull origin master --allow-unrelated-histories
标签:配置邮箱 master his https name tps init x11 http
原文地址:http://www.cnblogs.com/yqxx1116/p/6815429.html