Blob


1 .\"
2 .\" Copyright (c) 2017 Martin Pieuchot
3 .\"
4 .\" Permission to use, copy, modify, and distribute this software for any
5 .\" purpose with or without fee is hereby granted, provided that the above
6 .\" copyright notice and this permission notice appear in all copies.
7 .\"
8 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 .\"
16 .Dd $Mdocdate$
17 .Dt GOT 1
18 .Os
19 .Sh NAME
20 .Nm got
21 .Nd simple version control system
22 .Sh SYNOPSIS
23 .Nm
24 .Ar command
25 .Op Fl h
26 .Op Ar arg ...
27 .Sh DESCRIPTION
28 The
29 .Nm
30 utility is used to manage
31 .Xr git 5
32 repositories.
33 It prioritizes ease of use and simplicity over flexibility.
34 .Pp
35 The options are as follows:
36 .Bl -tag -width tenletters
37 .It Fl h
38 Display usage information.
39 .El
40 .Pp
41 The commands are as follows:
42 .Bl -tag -width checkout
43 .It Cm checkout
44 Copy files from a repository into a new work tree.
45 .\".It Cm status
46 .\"Show current status of files.
47 .It Cm log
48 Display history of the repository.
49 .El
50 .Sh EXIT STATUS
51 .Ex -std got
52 .Sh SEE ALSO
53 .Xr git 5