git 本地项目关联新repo

Posted myesn

tags:

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

 

git init

git add .

git commit -m "初始化"

git remote add origin repo-url

git pull origin master --allow-unrelated-histories

git push -u origin master

 

gitignore 内容生成工具

以上是关于git 本地项目关联新repo的主要内容,如果未能解决你的问题,请参考以下文章

本地git仓库和远端关联,创建一个新的项目提交到远端

git修改远程仓库关联

Git创建本地分支并关联远程分支

git本地仓库关联远程仓库

git项目初次push提示error: failed to push some refs to https://gitee.com/xxxx/gittest.git’解决方案 --九五小庞(代码片段

Visual Studio Git本地Repos和GitHub远程Repos互操作