Skip to content

Commit ab09188

Browse files
committed
updated docs for Commits::get
1 parent 7f3dad4 commit ab09188

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/repositories/commits.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ $commits->all($account_name, $repo_slug, array(
2121
));
2222
```
2323

24+
### Get an individual commit: (API 2.0)
25+
```php
26+
$commits->get($account_name, $repo_slug, $commitSHA1);
27+
```
28+
2429
----
2530

2631
#### Related:

0 commit comments

Comments
 (0)