Git 将本地库添加到远程仓库
Posted 144823836yj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git 将本地库添加到远程仓库相关的知识,希望对你有一定的参考价值。
git remote add origin ssh://[email protected]:29418/Prjs/prj1.git git push -u origin master
以上是关于Git 将本地库添加到远程仓库的主要内容,如果未能解决你的问题,请参考以下文章