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

git 初次提交

时间:2019-07-05 16:44:22      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:https   iot   aio   进入   commit   node   不用   cloud   仓库   

前提:已经关联了ssh到本地,不用再输入用户名和密码

知道仓库地址:https://xxx.xxx.com/aiotcloud/yihao01-node-js.git

第一步:进入本地文件夹执行

git init

第二步:提交本地文件

git add .
git commit -m "第一次提交"

第三步:添加到远程仓库

git remote add origin https://xxx.xxx.com/aiotcloud/yihao01-node-js.git

第四步:push

git push -u origin master

 

git 初次提交

标签:https   iot   aio   进入   commit   node   不用   cloud   仓库   

原文地址:https://www.cnblogs.com/mmzuo-798/p/11139172.html

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