标签:style http io color os sp for on 文件
cd /path/to/my/repo (sourcetree 创建的文件夹)git remote add origin https://......
git remote set-url origin https://.....
git push -u origin --all # pushes up the repo and its refs for the first time
git push -u origin --tags # pushes up any tags标签:style http io color os sp for on 文件
原文地址:http://blog.csdn.net/majiakun1/article/details/41805007