File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -5,27 +5,29 @@ git-lfs-logs(1) - Show errors from the git-lfs command
5
5
6
6
` git lfs logs ` <br >
7
7
` git lfs logs ` <file ><br >
8
- ` git lfs logs ` -- clear<br >
9
- ` git lfs logs ` -- boomtown<br >
8
+ ` git lfs logs clear ` <br >
9
+ ` git lfs logs boomtown ` <br >
10
10
11
11
## DESCRIPTION
12
12
13
13
Display errors from the git-lfs command. Any time it crashes, the details are
14
14
saved to ".git/lfs/logs".
15
15
16
+ ## COMMANDS
17
+
18
+ * ` clear ` :
19
+ Clears all of the existing logged errors.
20
+
21
+ * ` boomtown ` :
22
+ Triggers a dummy exception.
23
+
16
24
## OPTIONS
17
25
18
26
Without any options, ` git lfs logs ` simply shows the list of error logs.
19
27
20
28
* <file >:
21
29
Shows the specified error log. Use "last" to show the most recent error.
22
30
23
- * ` --clear ` :
24
- Clears all of the existing logged errors.
25
-
26
- * ` --boomtown ` :
27
- Triggers a dummy exception.
28
-
29
31
## SEE ALSO
30
32
31
33
Part of the git-lfs(1) suite.
You can’t perform that action at this time.
0 commit comments