11 lines
543 B
Org Mode
11 lines
543 B
Org Mode
* got
|
|
|
|
This extension adds helper functions to the [[https://gameoftrees.org/][got]] tool.
|
|
|
|
| Function | Description |
|
|
|-------------+-------------------------------------------------------------------------|
|
|
| ~got-push~ | Pushes (~git push~) from the bare repository found in ~.got/repository~ |
|
|
| ~got-sync~ | Rebase ~master~ on top of ~[remote]/master~. Defaults to ~origin~. |
|
|
| ~__got_ps1~ | Current got branch. Intended to be used in ~$PS1~. |
|
|
|