Updated on 2023-07-14 GMT+08:00

Overview

Create a Git workflow or branching policy that works best on your development scenarios for effective version control, project process management, and team collaboration.

There are four common Git workflows. The following sections describe their processes, advantages, disadvantages, and some usage tips.

  • Centralized workflow
  • Feature branch workflow
  • GitFlow (recommended)
  • Forking workflow

Development teams can integrate CodeArts Repo and the workflow that suits them best to efficiently manage code and secure code. This enables them to focus more on service development to achieve continuous integration and delivery, and fast iteration.