第一次提交项目cd /path/to/my/repo
git remote add origin git@bitbucket.org:053/xiaoqiao.git //具体项目具体分析git push -u origin --all # pushes up the repo and its refs for the first time
从现在起,只要本地作了提交,就可以通过命令:
$ git push origin master
第一次提交项目cd /path/to/my/repo
git remote add origin git@bitbucket.org:053/xiaoqiao.git //具体项目具体分析git push -u origin --all # pushes up the repo and its refs for the first time
从现在起,只要本地作了提交,就可以通过命令:
$ git push origin master