Commands
Pogo provides a comprehensive set of commands for version control operations. All commands follow a consistent pattern and provide helpful feedback.
Global Flags
Section titled “Global Flags”These flags are available for all commands:
--no-pager
: Disable pager for all output--time
: Measure command execution time
Commands
Section titled “Commands”Command | Description |
---|---|
bookmark | Manage bookmarks for changes |
commit | Describe, push, and create a new change in one command |
completion | Generate the autocompletion script for the specified shell |
describe | Set the description for the current change |
edit | Switch to a different change for editing |
gc | Run garbage collection on the server |
help | Help about any command |
info | Display the current working copy status |
init | Initialize a new repository on a given Pogo server |
log | Show the change history |
new | Create a new change based on one or more parent changes |
push | Push all changes to the configured Pogo server |
rm | Remove a change from the repository |
serve | Start a Pogo server |
token | Manage personal access tokens |
whoami | Show authentication information for the current repository |