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

如何将一整个文件夹提交到github远程仓库

时间:2017-08-13 18:41:20      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:commit   www.   html   target   git push   提交   htm   hello   tar   

首先,需要先克隆(clone)github远程仓库xxx到本地:详见 http://www.cnblogs.com/helloHKTK/p/7353979.html

然后,将需要提交到github远程仓库的文件夹,复制到已经克隆(下载)到本地的仓库文件夹中

再执行:

$ git add 文件夹名

再将该文件夹提交到本地Git仓库中:

$ git commit -m 提交xxx文件夹

最后将该文件提交到远程github仓库中:

$ git push

此时可以在浏览器上登录github查看提交的文件夹了!

 

如何将一整个文件夹提交到github远程仓库

标签:commit   www.   html   target   git push   提交   htm   hello   tar   

原文地址:http://www.cnblogs.com/helloHKTK/p/7354173.html

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