图解 git workflow


图解 git workflow

图解 git 工作流

git-flow

https://www.git-tower.com/learn/git/ebook/cn/command-line/advanced-topics/git-flow/

branch management

master/ main

dev

features

release

pre-release

tag

git cherry-pick

https://git-scm.com/docs/git-cherry-pick

$ git cherry-pick [--edit] [-n] [-m parent-number] [-s] [-x] [--ff] [-S[<keyid>]] <commit>…​
$ git cherry-pick (--continue | --skip | --abort | --quit)

https://www.cnblogs.com/xgqfrms/p/13282715.html

https://www.cnblogs.com/xgqfrms/archive/2004/01/13/13282715.html

git releases & git tags

pre-release / release

https://github.com/xgqfrms/23-design-patterns-app/releases

https://github.com/xgqfrms/23-design-patterns-app/tags

https://git-scm.com/book/en/v2/Git-Basics-Tagging

refs

http://www.ruanyifeng.com/blog/2015/12/git-workflow.html

https://juejin.im/post/6844903634006720526

https://www.jianshu.com/p/104fa8b15d1e

https://kinboyw.github.io/2019/03/26/GitFlow-工作流/



©xgqfrms 2012-2020

www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!



免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM