会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Leicode:AI × 编程
记录AI与编程的思考、方法与实践
博客园
首页
新随笔
联系
订阅
管理
2025年6月4日
git cli 基于远程master创建分支并切换
摘要: 1、获取远程最新状态 git fetch origin 2、从远程master创建本地分支并切换 git checkout -b new-branch-name origin/master 或者,新版本写法 git switch -c new-branch-name origin/master 3、
阅读全文
posted @ 2025-06-04 10:33 LeiCodeX
阅读(15)
评论(0)
推荐(0)
公告