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 Clears all of the existing logged errors.
20
21 boomtown
22 Triggers a dummy exception.
23
25 Without any options, git lfs logs simply shows the list of error logs.
26
27 file Shows the specified error log. Use "last" to show the most
28 recent error.
29
31 Part of the git-lfs(1) suite.
32
33
34
35 July 2019 GIT-LFS-LOGS(1)