git 笔记

在 github 创建项目  

在本地项目初始化

添加远程连接

 git remote add bp git://github.com/AZName/AZEncryption.git

bp  自动匹配 远程仓库 

git merge origin/master --allow-unrelated-histories

处理代码版本不匹配   

git push origin master

提交代码

原文地址:https://www.cnblogs.com/azhen/p/7286108.html