Git 将本地库添加到远程仓库

Posted 144823836yj

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git 将本地库添加到远程仓库相关的知识,希望对你有一定的参考价值。

git remote add origin ssh://[email protected]:29418/Prjs/prj1.git
git push -u origin master

 

以上是关于Git 将本地库添加到远程仓库的主要内容,如果未能解决你的问题,请参考以下文章

git:本地仓库与远程仓库()

Git 将本地代码推到 Coding 远程仓库

git将本地项目上传到远程仓库

如何将远程仓库分支添加到本地仓库

Git本地库管理远程库(GitHub)——push, clone, pull操作

Git的使用