Develop GIT flow chart
2024-09-09 10:20:06 1 Report
Log in to view full content
This flowchart outlines the GIT development process, focusing on personal development, hotfixes, and stable releases. It illustrates the steps for creating a new personal branch, managing stashes, and merging changes into the master branch. The chart also highlights the role of operation control in determining when to push updates online. Key stages include developing directly on the local master, handling online bug fixes, and transitioning from candidate versions to stable releases. This structured approach ensures a streamlined workflow for maintaining and updating the software efficiently.
Other works by the author
Outline/Content
Personal development - stash
Revised version (hotfix)
origin/hotfix
Relatively stable version
origin/release
Switch to candidate environment
Merge master and submit
Personal edition
origin/rc
Whether to push online is controlled by operation control
Developing GIT Flowchart
Create a new personal branch
Candidate version (rc) operation determines the environment
Merge master and commit
Development version (master)
Stable version (release) online environment
Develop directly on the local master
origin/master
Personal development
Online BUG fix

0 Comments
Next Page
Recommended for you
See more