会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小凤凰
博客园
首页
新随笔
联系
订阅
管理
2020年10月23日
用Git命令把本地项目,提交到远程仓库
摘要: 第一步:git init 第二步:git add . 第三步:git commit -m '首次提交' 第四步: git remote add origin 仓库地址 第五步:git pull origin master --allow-unrelated-histories 第六步: git pu
阅读全文
posted @ 2020-10-23 13:55 小凤凰之河北
阅读(191)
评论(0)
推荐(0)
公告