Recommended Workspaces Usage
About 122 wordsLess than 1 minute
- Create a development branch based on your needs.
- Enter the development environment for the branch, write code, commit, and create a merge request. Let the environment recycle automatically.
- During code review, if revisions are needed, restore the development environment from the branch, make changes, and commit.
- Repeat the above steps until the code review passes.
- Once the merge request is merged into the target branch, delete the development branch.
For multiple features in parallel, keep one branch per task and repeat the above steps.