---
title: "Push local commits to the remote repository"
method: POST
path: "/version/push"
tags: ["versioning"]
---

# Push local commits to the remote repository

`POST /version/push`

Push all local commits from the local repository to the remote repository.

## Response `200`

a list of string objects

- CountedString
  - `count` integer — number of items present in the items array
  - `items` string[]

## Other responses

- `401` — Unauthorized
- `500` — Unexpected error

## Changes

- **2025-10-23** `446f13dcf6da` — 1 breaking
  - the `items/items/` response's property type/format changed from `object`/`` to `string`/`` for status `200`
- **2025-10-10** `263fc2a93add` — 1 breaking
  - the `items/items/` response's property type/format changed from `string`/`` to `object`/`` for status `200`
- **2025-10-09** `44245bdb7885` — 1 breaking
  - the `items/items/` response's property type/format changed from `object`/`` to `string`/`` for status `200`

[Change history](https://skmtc.dev/criblio/apis/cribl-api-reference/changes/version/push/post.md)

---

[API](https://skmtc.dev/criblio/apis/cribl-api-reference.md) · [All operations](https://skmtc.dev/criblio/apis/cribl-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/criblio/cribl-api-reference/revisions/11df16b26c1d/schema)
