1GIT-LFS-LOGS(1) General Commands Manual 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 de‐
16 tails 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 re‐
28 cent error.
29
31 Part of the git-lfs(1) suite.
32
33
34
35 October 2021 GIT-LFS-LOGS(1)