1
0
mirror of synced 2026-01-01 00:04:41 -05:00
Files
docs/content/rest/git/commits.md

23 lines
817 B
Markdown

---
title: Git commits
shortTitle: Commits
allowTitleToDifferFromFilename: true
intro: >-
Use the REST API to interact with commit objects in your Git database on {%
data variables.product.product_name %}.
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
ghes: '*'
topics:
- API
autogenerated: rest
---
## About Git commits
A Git commit is a snapshot of the hierarchy ([Git tree](/rest/git#trees)) and the contents of the files ([Git blob](/rest/git#blobs)) in a Git repository. These endpoints allow you to read and write [commit objects](https://git-scm.com/book/en/v2/Git-Internals-Git-Objects#_git_commit_objects) to your Git database on {% data variables.product.product_name %}.
<!-- Content after this section is automatically generated -->