Skip to content

Commands

Pogo provides a comprehensive set of commands for version control operations. All commands follow a consistent pattern and provide helpful feedback.

These flags are available for all commands:

  • --no-pager: Disable pager for all output
  • --time: Measure command execution time
CommandDescription
bookmarkManage bookmarks for changes
commitDescribe, push, and create a new change in one command
completionGenerate the autocompletion script for the specified shell
describeSet the description for the current change
editSwitch to a different change for editing
gcRun garbage collection on the server
helpHelp about any command
infoDisplay the current working copy status
initInitialize a new repository on a given Pogo server
logShow the change history
newCreate a new change based on one or more parent changes
pushPush all changes to the configured Pogo server
rmRemove a change from the repository
serveStart a Pogo server
tokenManage personal access tokens
whoamiShow authentication information for the current repository