会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
智商感人
就是一个码农罢~
新随笔
管理
2021年11月23日
git 主分支与其他分支的合并
摘要: git 主分支与其他分支的合并 1. 讲分支切换到主分支 1、首先切换到主分支master git checkout master 2、将master的更新pull到本地 git pull origin master 3、切换到目标分支 git checkout 目标分支名 4、将master合并到
阅读全文
posted @ 2021-11-23 11:31 智商感人
阅读(168)
评论(0)
推荐(0)