---
title: "POST /v1/{+name}:pull"
method: POST
path: "/v1/{+name}:pull"
tags: ["projects"]
---

# POST /v1/{+name}:pull

`POST /v1/{+name}:pull`

Pulls Git commits from the Repository's remote into a Workspace.

## Path parameters

- `name` string, required

## Request body

- PullGitCommitsRequest — `PullGitCommits` request message.
  - `remoteBranch` string — Optional. The name of the branch in the Git remote from which to pull commits. If left unset, the repository's default branch name will be used.
  - `author` CommitAuthor — Represents the author of a Git commit.
    - `emailAddress` string — Required. The commit author's email address.
    - `name` string — Required. The commit author's name.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/dataform.md) · [All operations](https://skmtc.net/google/apis/dataform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/dataform/revisions/b9dafc69d5c5/schema)
