File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 877
877
"source" : [
878
878
" ### A good branch strategy\n " ,
879
879
" \n " ,
880
- " * A `production` branch: code used for active work \n " ,
881
- " * A `develop` branch : for general new code \n " ,
882
- " * `feature ` branches: for specific new ideas \n " ,
883
- " * `release` branches: when you share code with others \n " ,
884
- " * Useful for isolated bug fixes "
880
+ " * A `develop` or `main` branch: for general new code - (the cutting edge version of your software) \n " ,
881
+ " * `feature` branches : for specific new ideas. Normally branched out from `main`. \n " ,
882
+ " * `release ` branches: when you share code with users. A particular moment of the `develop` process that it's considered stable. \n " ,
883
+ " * Useful for including security and bug patches once it's been released. \n " ,
884
+ " * A `production` branch: code used for active work. Normally it's the same than the latest release. "
885
885
]
886
886
},
887
887
{
You can’t perform that action at this time.
0 commit comments