Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 973 Bytes

got.org

File metadata and controls

13 lines (9 loc) · 973 Bytes

Extensions: got

Helper Functions

This extension adds helper functions to the got tool.

FunctionOptionsDescription
got-clean-f remove files, -i remove files interactively.Cleans the work directory.
got-pushAll get push options supported.Pushes (git push) from the bare repository found in .got/repository
got-syncRemote 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.