Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (16 loc) · 718 Bytes

File metadata and controls

18 lines (16 loc) · 718 Bytes
title Git trees
shortTitle Trees
allowTitleToDifferFromFilename true
intro The Git trees API lets you read and write tree objects to your Git database on {% data variables.product.product_name %}.
versions
fpt ghes ghae ghec
*
*
*
*
topics
API
miniTocMaxHeadingLevel 3

About the Git trees API

A Git tree object creates the hierarchy between files in a Git repository. You can use the Git tree object to create the relationship between directories and the files they contain. These endpoints allow you to read and write tree objects to your Git database on {% data variables.product.product_name %}.