提交项目到Github

Posted Arrival

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了提交项目到Github相关的知识,希望对你有一定的参考价值。

create a new repository on the command line

git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]
git push -u origin master

push an existing repository from the command line

git remote add origin [email protected]
git push -u origin master

以上是关于提交项目到Github的主要内容,如果未能解决你的问题,请参考以下文章

SourceTree使用SSH Key提交项目到Github

SourceTree使用SSH Key提交项目到Github

SourceTree使用SSH Key提交项目到Github

如何向Github开源项目提交代码

eclipse提交代码到GitHub

github提交本地项目