Git Workflow
Git Workflow

Review architecture changes through Git for file-based projects.

For Git-projects — file-based projects stored in a repository — review happens through your normal Git workflow: branches, commits, and pull requests, right next to code.

Which projects this applies to

Git workflow applies to file-based Git-projects. Cloud projects use in-app branches and diff review. When a cloud project is linked with GitHub/GitLab Sync, only Standard and Protected branches are mirrored — see GitHub Sync.

In this group

Two review models

Project typeReview surface
Git-project (file-based)Git branches and pull requests
Cloud projectIn-app branches and visual diff

Pick the model that matches where your team already works. If architecture lives next to code, Git review keeps it in one place.

Last updated on