-
Notifications
You must be signed in to change notification settings - Fork 48
/
git-gud.1
73 lines (73 loc) · 2.29 KB
/
git-gud.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.TH GIT-GUD 1 "19 Feb 2020" "version 0.0"
.SH NAME
git-gud \- get good at git with git-gud
.SH SYNOPSIS
.B git gud
[\-\-version] [\-\-help]
<command> [<args>]
.SH DESCRIPTION
.B Git Gud
teaches you how to use Git with fun interactive tutorials.
Use the following command to create a Git repository and start the first level:
.B git\ gud\ init
.SH OPTIONS
.TP
\fBstatus\fP
Displays current level.
.TP
\fBexplanation\fP
Displays an explanation of the current level.
.TP
\fBreset\fP
Resets the current level.
.TP
\fBtest\fP
Tests if current level is complete.
.TP
\fBskills\fP
Displays all skills.
.TP
\fBlevels\fP
Displays all levels in the current skill.
.TP
\fBlevels\ <skill_name>\fP
Displays all levels in the specified skill.
.TP
\fBload\ next\fP
Takes you to the next level.
.TP
\fBload\ prev\fP, \fBload\ previous\fP
Takes you to the previous level.
.TP
\fBload\ <skill_name>\fP
Begin the first level of the specified skill.
.TP
\fBload\ \-<level_name>\fP
Begin the specified level of the current skill.
.TP
\fBload\ <skill_name>\ <level_name>\fR, \fBload\ <skill_name>\-<level_name>\fP
Begin the specified level of a skill.
.TP
\fBcommit\fP
Commit an empty file with a unique name.
.TP
\fBcommit\ <commit_name>\fP
Commit an empty file with the specified name.
.TP
\fBgoal\fP
Concisely prints out what is needed to complete the level.
.TP
\fBshow\-tree\fP
Visualizes the current git tree.
.SH BUGS
If you believe you have found a bug in \fBgit-gud\fR, please file an issue at this address https://github.com/benthayer/git-gud/issues/
.SH AUTHOR
Please see https://github.com/benthayer/git-gud/graphs/contributors for a full list of contributors.
This page was written by Evan LeClercq ([email protected]).
.SH SEE ALSO
.TP
git(1)
.SH DISCLAIMER
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
See the LICENSE file distributed with git-gud or https://github.com/benthayer/git-gud/blob/main/LICENSE.md for complete details.