commit f0e09e7dfdbb343ff305d9f64c1808bbe5b5dcfa from: Stefan Sperling date: Mon Jun 03 08:49:37 2024 UTC make got.1 point out all the companion tools for easy discovery by new users commit - 433eb77d4f00be3e4a69641f7a61b4e5c6935a15 commit + f0e09e7dfdbb343ff305d9f64c1808bbe5b5dcfa 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: