File size: 835 Bytes
353e225 |
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 |
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-LFS\-LOGS" "1" "October 2021" "" ""
.
.SH "NAME"
\fBgit\-lfs\-logs\fR \- Show errors from the git\-lfs command
.
.SH "SYNOPSIS"
\fBgit lfs logs\fR
.
.br
\fBgit lfs logs\fR \fIfile\fR
.
.br
\fBgit lfs logs clear\fR
.
.br
\fBgit lfs logs boomtown\fR
.
.br
.
.SH "DESCRIPTION"
Display errors from the git\-lfs command\. Any time it crashes, the details are saved to "\.git/lfs/logs"\.
.
.SH "COMMANDS"
.
.TP
\fBclear\fR
Clears all of the existing logged errors\.
.
.TP
\fBboomtown\fR
Triggers a dummy exception\.
.
.SH "OPTIONS"
Without any options, \fBgit lfs logs\fR simply shows the list of error logs\.
.
.TP
\fIfile\fR
Shows the specified error log\. Use "last" to show the most recent error\.
.
.SH "SEE ALSO"
Part of the git\-lfs(1) suite\.
|