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
GitHub Sync
Keep a file-based project in a Git repository.
Pull Request Review Flow
Review architecture in pull requests.
Two review models
| Project type | Review surface |
|---|---|
| Git-project (file-based) | Git branches and pull requests |
| Cloud project | In-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