Changes for page Continuous Integration

Last modified by chrisby on 2024/05/05 17:22

From version 2.15
edited by chrisby
on 2024/05/05 17:22
Change comment: There is no comment for this version
To version 2.16
edited by chrisby
on 2024/05/05 17:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,6 @@
1 1  **Integrate code change at least once a day.** This means that code changes on a feature branch you are working on should be merged/integrated into the main branch, and main branch changes should be merged into the feature branch.
2 2  
3 -For example, at the beginning of the day, each developer merges the latest main branch commits into their current feature branch, and at the end of the day, each developer merges their feature branch into the main branch.
3 +For example, at the beginning of the day, each developer merges the latest main branch commits into their current feature branch, and at the end of the day, each developer merges their feature branch commits into the main branch.
4 4  
5 5  ### Benefit
6 6