This extension adds helper functions to the got tool.
Function | Options | Description |
---|---|---|
got-clean | -f remove files, -i remove files interactively. | Cleans the work directory. |
got-push | All get push options supported. | Pushes (git push ) from the bare repository found in .got/repository |
got-sync | Remote can be specified as the first argument. | Rebase master on top of [remote]/master . Defaults to origin . |
__got_ps1 | - | Current got branch. Intended to be used in $PS1 . |