.nh .TH "pogo" "1" "Oct 2025" "pogo/dev" "Pogo Manual" .SH NAME pogo - A centralized version control system that is simple and easy to use .SH SYNOPSIS \fBpogo [flags]\fP .SH DESCRIPTION Pogo is a centralized version control system designed to be straightforward and efficient. .PP Unlike Git, Pogo uses a centralized server as the single source of truth for all your data. It features an easy-to-use CLI, a simple web UI, and robust support for both text and binary files. Conflicts are treated as first-class citizens - they can be pushed to the remote and resolved later. .PP Key concepts: - Changes: The fundamental unit of work, similar to commits in Git - Bookmarks: Named references to specific changes (like tags/branches in Git) - No named branches: Create branches by adding multiple children to a change - Automatic naming: Changes are automatically named with memorable identifiers .PP For more information, visit: https://github.com/pogo-vcs/pogo .SH OPTIONS \fB-h\fP, \fB--help\fP[=false] help for pogo .PP \fB--time\fP[=false] Measure command execution time .PP \fB-v\fP, \fB--verbose\fP[=false] Enable verbose debug logging .SH SEE ALSO \fBpogo-bookmark(1)\fP, \fBpogo-ci(1)\fP, \fBpogo-clone(1)\fP, \fBpogo-commit(1)\fP, \fBpogo-completion(1)\fP, \fBpogo-daemon(1)\fP, \fBpogo-describe(1)\fP, \fBpogo-diff(1)\fP, \fBpogo-discard(1)\fP, \fBpogo-edit(1)\fP, \fBpogo-gc(1)\fP, \fBpogo-info(1)\fP, \fBpogo-init(1)\fP, \fBpogo-invite(1)\fP, \fBpogo-log(1)\fP, \fBpogo-new(1)\fP, \fBpogo-push(1)\fP, \fBpogo-rm(1)\fP, \fBpogo-secrets(1)\fP, \fBpogo-serve(1)\fP, \fBpogo-token(1)\fP, \fBpogo-visibility(1)\fP, \fBpogo-whoami(1)\fP