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
|
= git-lfs-logs(1)
== NAME
git-lfs-logs - Show errors from the git-lfs command
== SYNOPSIS
`git lfs logs` +
`git lfs logs` <file> +
`git lfs logs clear` +
`git lfs logs boomtown`
== DESCRIPTION
Display errors from the git-lfs command. Any time it crashes, the
details are saved to ".git/lfs/logs".
== COMMANDS
`clear`::
Clears all of the existing logged errors.
`boomtown`::
Triggers a dummy exception.
== OPTIONS
Without any options, `git lfs logs` simply shows the list of error logs.
* `<file>`: Shows the specified error log. Use "last" to show the most recent
error.
== SEE ALSO
Part of the git-lfs(1) suite.
|