git本地仓库关联远程仓库

Posted 等风来

tags:

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

1. git init

2. git add .

3. git commit -am "###"      -------以上3步只是本地提交

4.git remote add origin [email protected]:repos/xxx/xxx/xxx.git

5.git push origin 本地分支:远程分支

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

git之本地仓库关联远程仓库

Git本地已有项目关联远程仓库

git本地仓库关联多个远程仓库及取消关联

GIT实践:合并本地仓库与远程仓库

git本地仓库关联远程仓库

git本地仓库和远程仓库关联