首页 > 其他 > 详细

gitbub使用

时间:2019-06-10 22:28:31      阅读:237      评论:0      收藏:0      [点我收藏+]

一、环境

git:https://git-scm.com/

申请github账号:https://github.com/

二、安装git

一直next即可

三、创储存建库

1、选择New repository

技术分享图片

 

2、输入Repository name->Description->Create repository

技术分享图片

3.

四、上传命令

git init
git add .
git commit -m ‘Simple_calculator‘ git remote add origin https:
//github.com/wutong7018/calculate.git git push -u origin master

 

gitbub使用

原文:https://www.cnblogs.com/wt7018/p/11000502.html

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