摘要:
git remote 命令 git remote -v 作用是显示所有远程仓库 git remote show xx (xx为远程地址的别名) 显示某个远程仓库的信息 git remote add [name] [url] 作用是添加远程版本库 git remote rm name git remo 阅读全文
posted @ 2023-09-04 11:10
孤独斗士
阅读(16)
评论(0)
推荐(0)
摘要:
直接点下面的合并非相关历史,然后就能拉取了。 从网上查的资料: 如果git merge合并的时候出现refusing to merge unrelated histories的错误,原因是两个仓库不同而导致的。可以通过上面来拉取或者通过下面来实现: $git pull origin master – 阅读全文
posted @ 2023-09-04 11:00
孤独斗士
阅读(107)
评论(0)
推荐(0)
浙公网安备 33010602011771号