git绑定上传已存在的仓库到github
之前使用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。
相关推荐
LynnOhYeah 2020-07-18
baolen 2020-08-15
Equation 2020-08-09
87447007 2020-07-19
ArkShen 2020-07-05
formula 2020-11-12
huhongfei 2020-11-05
乾坤一碼農 2020-10-27
liumengyanysu 2020-10-22
E哥的aws认证攻略 2020-10-15
tianyafengxin 2020-10-08
guying 2020-10-05
好脑筋不如烂笔头 2020-09-17
nebulali 2020-09-11
佛系程序员J 2020-09-15
fenggit 2020-09-15