github.com/x-oss-byte/git-lfs@v2.5.2+incompatible/docs/man/git-lfs-logs.1.ronn (about) 1 git-lfs-logs(1) - Show errors from the git-lfs command 2 ====================================================== 3 4 ## SYNOPSIS 5 6 `git lfs logs`<br> 7 `git lfs logs` <file><br> 8 `git lfs logs clear`<br> 9 `git lfs logs boomtown`<br> 10 11 ## DESCRIPTION 12 13 Display errors from the git-lfs command. Any time it crashes, the details are 14 saved to ".git/lfs/logs". 15 16 ## COMMANDS 17 18 * `clear`: 19 Clears all of the existing logged errors. 20 21 * `boomtown`: 22 Triggers a dummy exception. 23 24 ## OPTIONS 25 26 Without any options, `git lfs logs` simply shows the list of error logs. 27 28 * <file>: 29 Shows the specified error log. Use "last" to show the most recent error. 30 31 ## SEE ALSO 32 33 Part of the git-lfs(1) suite.