commit eeb02ce98adec0eb07c7f435cf8b0a186c72283d from: Stefan Sperling via: Thomas Adam date: Mon Jun 03 19:10:22 2024 UTC make got.1 point out all the companion tools for easy discovery by new users commit - 6becd17985c1bba6b5ad4b15965378d2fa5b54d6 commit + eeb02ce98adec0eb07c7f435cf8b0a186c72283d blob - 8c5b5a75328351dabed1b36f8461032cb1adeee8 blob + c05526712b0454c46276578394d83123271875ad --- got/got.1 +++ got/got.1 @@ -48,8 +48,9 @@ which can be placed at an arbitrary directory in the f The on-disk format of this work tree is described in .Xr got-worktree 5 . .Pp +The .Nm -provides global and command-specific options. +utility provides global and command-specific options. Global options must precede the command name, and are as follows: .Bl -tag -width tenletters .It Fl h @@ -58,6 +59,18 @@ Display usage information and exit immediately. Display program version and exit immediately. .El .Pp +The +.Nm +utility only provides commands needed to perform version control tasks. +Commands needed for repository maintenance tasks are provided by +.Xr gotadmin 8 . +Git repository server functionality is provided by +.Xr gotd 8 . +A repository interface for web browsers is provided by +.Xr gotwebd 8 . +An interactive repository interface for the terminal is provided by +.Xr tog 1 . +.Pp The commands for .Nm are as follows: