1GIT-LFS-LOGS(1) GIT-LFS-LOGS(1)
2
3
4
6 git-lfs-logs - Show errors from the git-lfs command
7
9 git lfs logs
10 git lfs logs <file>
11 git lfs logs clear
12 git lfs logs boomtown
13
15 Display errors from the git-lfs command. Any time it crashes, the
16 details are saved to ".git/lfs/logs".
17
19 clear
20 Clears all of the existing logged errors.
21
22 boomtown
23 Triggers a dummy exception.
24
26 Without any options, git lfs logs simply shows the list of error logs.
27
28 • <file>: Shows the specified error log. Use "last" to show the most
29 recent error.
30
32 Part of the git-lfs(1) suite.
33
34
35
36 GIT-LFS-LOGS(1)