git绑定上传已存在的仓库到github
Posted lyj00912
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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。
以上是关于git绑定上传已存在的仓库到github的主要内容,如果未能解决你的问题,请参考以下文章