# gitTree

[GitData Commits](https://developer.github.com/v3/git/commits/)



* * *

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

Get a Commit

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

**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 Commit

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

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




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


* * *










