Git Flow02-开发步骤

开发流程

  • 第一步:从dev分支复制出一个分支命名为 featureA/feature_20260321_xxx需求01
  • 第二步:idea里git pull 更新分支
  • 第三步:checkout这个分支(featureA/feature_20260321_xxx需求01)
  • 第四步:进行代码开发
  • 第五步:提交代码(git add git commit git push)
  • 第六步:合并代码 (切换到dev分支 git merge featureA/feature_20260321_xxx需求01)
  • 第七步:提交dev代码 (git add git commit git push)
  • 第八步:等待发布
相关推荐
繁星星繁24 分钟前
Git 入门之道:从版本流转到基础操作
大数据·git·elasticsearch
wh_xia_jun16 小时前
Git 分支合并操作备忘录
git
满天星830357718 小时前
【Git】原理及使用(三)(分支管理)
linux·git
像风一样的男人@21 小时前
warning: could not find UI helper ‘git-credential-manager-ui‘
git·ui
代钦塔拉1 天前
Git & GitHub 从入门到精通:全流程实战教程
git·github
晚风吹红霞1 天前
Linux下的趣味编程 —— 进度条、Git版本控制与GDB调试实战
linux·运维·git
xlq223221 天前
7.git
git
Ws_1 天前
Git + Gerrit 第六课:commit --amend、Patch Set 与 Change-Id
git
AIMath~2 天前
向github中上传文件过大超过50M怎么办
网络·git·github
AIMath~2 天前
如何将一个新的文件夹使用git 工具提交到github新仓库中
git·github