标签:origin lin span cti 远程 推送 height ack git push
$ git remote add origin git@github.com:JaceyKan/practice.git //添加远程库
$ git add *
$ git commit -m "add practice"
$ git checkout -b gh-pages //创建gh-pages分支,然后切换到gh-pages分支
$ git branch //查看当前分支
$ git push -u origin master //第一次推送 到远程库的 master分支
标签:origin lin span cti 远程 推送 height ack git push
原文地址:http://www.cnblogs.com/jeacy/p/6485668.html