会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
where there is a will, there is a way!
博客园
首页
新随笔
联系
管理
订阅
2018年11月12日
git -分支管理(创建、推送、删除)
摘要: 分支创建并推送: 1.查看当前所有分支,当前分支前面会标出一个*号 git branch -a 2.新建分支 git branch android_O 3.切换到新分支 git checkout android_O 备注:2,3可以合并成 git checkout -b android_O 创建并切
阅读全文
posted @ 2018-11-12 16:12 front-gl
阅读(1137)
评论(0)
推荐(0)
公告