码迷,mamicode.com
首页 > 其他好文 > 详细

bitbucket 提交新建的工程

时间:2014-12-08 17:53:44      阅读:135      评论:0      收藏:0      [点我收藏+]

标签: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

bitbucket 提交新建的工程

标签:style   http   io   color   os   sp   for   on   文件   

原文地址:http://blog.csdn.net/majiakun1/article/details/41805007

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!