Recommended Workspaces Usage
About 111 wordsLess than 1 minute
- Create a development branch based on your needs.
- Enter the development environment corresponding to the branch, code, submit code, create a merge request, and let the environment automatically recycle.
- During code review, if code revisions are needed, restore the development environment from the development branch, revise the code, and submit revision records.
- Repeat the above steps until the code review is passed.
- Finally, the merge request is merged into the target branch, and the development branch is deleted.
If you need to develop multiple features simultaneously, simply repeat all the above steps, keeping one branch focused on one task.