首页 > 其他 > 详细

git学习笔记之远程仓库操作

时间:2016-02-17 10:54:14      阅读:102      评论:0      收藏:0      [点我收藏+]

在本地建立好git仓库之后,怎样将项目发布到远程仓库。步骤如下:

1,首先在https://github.com注册账户;

2,然后创建create repository(建立仓库);

3,给项目添加本地仓库:git remote add origin ‘https://github.com/username/repositoryname.git‘;

4,将本地项目推送到远程仓库:git push origin master

git学习笔记之远程仓库操作

原文:http://www.cnblogs.com/startDream/p/5194549.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!