码迷,mamicode.com
首页 > Web开发 > 详细

如何上传本地代码到github上

时间:2018-02-16 19:11:17      阅读:250      评论:0      收藏:0      [点我收藏+]

标签:上传   his   repo   new   div   tor   class   路径   控制   

1.首先建立仓库:
.点击new repository;
.输入仓库名字;
.最后点击Initialize this repository with a README;
2.克隆到本地:
.在控制命令行中输入git clone 以及在创建仓库时复制下来的路径就可以克隆到本地
3.上传代码:
.git status;
.git add .;
.git commit -m‘注释内容‘;
.git push;
.输入账号;
.输入密码;

.

如何上传本地代码到github上

标签:上传   his   repo   new   div   tor   class   路径   控制   

原文地址:https://www.cnblogs.com/wangjian2016/p/8450359.html

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