# Version Control (/docs/verdent-cloud/coding-workflows/version-control)

> Work with repository changes, diffs, branches, pushes, and pull requests from Cloud.



Verdent Cloud can work with Git-backed projects and repository changes inside the Cloud workspace. Use version control workflows when you want to sync generated changes back to a remote repository.

<CardGroup cols="2">
  <Card title="Review changes">
    Inspect changed files and diffs before publishing or syncing.
  </Card>

  <Card title="Sync with a repository">
    Pull, push, fetch, resolve divergence, or create a pull request when those actions are available for the project.
  </Card>
</CardGroup>

<Note>
  Cloud does not document SSH remote project setup. Use supported repository connection and Cloud workspace flows instead.
</Note>
