# gitTree

[GitData Trees](https://developer.github.com/v3/git/trees/)



* * *

### gitTree.get(full_name, sha, options) 

Get a Tree

[GitHub API](https://developer.github.com/v3/git/trees/#get-a-tree)

**Parameter**| **Description** |
--------------|---------------
**full_name** | `String`, owner/repo name of repo|
**sha** | `String`, sha of the commit|
**options** | `Object`, Optional request options|




---------------------------

### gitTree.create(full_name, body, options) 

Create a Tree

[GitHub API](https://developer.github.com/v3/git/trees/#create-a-tree)

**Parameter**| **Description** |
--------------|---------------
**full_name** | `String`, owner/repo name of repo|
**body** | `Object`, tree create body|
**options** | `Object`, Optional request options|




---------------------------


* * *










