11 lines
226 B
Markdown
11 lines
226 B
Markdown
## sourcetree
|
|
|
|
```v
|
|
import freeflowuniverse.herolib.develop.sourcetree
|
|
|
|
//will look for git in location if not found will give error
|
|
sourcetree.open(path:"/tmp/something")!
|
|
|
|
```
|
|
|
|
- if path not specified will chose current path |