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

git绑定上传已存在的仓库到github

时间:2020-01-14 22:18:51      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:rem   push   git push   exist   The   tps   使用   pos   有一个   

之前使用github都是创建一个全新的仓库,然后clone下来用,但如果我已经有一个正在使用的仓库,想要绑定上传已存在的仓库到github,怎么做呢?其实在github创建仓库的时候会提示:

…or push an existing repository from the command line

git remote add origin https://github.com/lyj00912/Duino9341.git
git push -u origin master

用这两句命令可以绑定上传已存在的仓库到github。

git绑定上传已存在的仓库到github

标签:rem   push   git push   exist   The   tps   使用   pos   有一个   

原文地址:https://www.cnblogs.com/lyj00912/p/12194310.html

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