git 相关

gitee.com ssh key 的创建

https://www.liaoxuefeng.com/wiki/896043488029600/1163625339727712

git 关联多个远程仓库

https://blog.csdn.net/qq_43522998/article/details/117666415

ssh key 生成

https://blog.csdn.net/lsyz0021/article/details/52064829

关于本地仓库于远程仓库内容不同

本地仓库的内容首先都是commit状态

然后,将远程仓库git  pull 拉取下来

最后 本地的git push 仓库名称 分支名称  

原文地址:https://www.cnblogs.com/wsnan/p/15732557.html