Class: Treeish
Class Name | Treeish |
---|---|
Superclass | Object |
File | src/models/treeish.coffee |
Description
This class is the base class to allow easy access to relevant actions upon any kind of oid object in git.
Constructs a new instance of Treeish.
Argument | Description |
---|---|
ref | The object ref as String. |
repo | The repository as PromisedGit. |
Return Values |
---|
Returns a new instance of Treeish. |