使用Git向GitHub上上传代码

参考:http://www.cnblogs.com/yxhblogs/p/6130995.html

如果遇到【git无法pull仓库refusing to merge unrelated histories】问题

执行 git pull origin master --allow-unrelated-histories

原文地址:https://www.cnblogs.com/lishidefengchen/p/10535357.html