1GIT-LFS-UNINSTALL(1) GIT-LFS-UNINSTALL(1)
2
3
4
6 git-lfs-uninstall - Remove Git LFS configuration
7
9 git lfs uninstall
10
12 Perform the following actions to remove the Git LFS configuration:
13
14 · Remove the "lfs" clean and smudge filters from the global Git con‐
15 fig.
16
17 · Uninstall the Git LFS pre-push hook if run from inside a Git repos‐
18 itory.
19
20
21
23 --local
24 Removes the "lfs" smudge and clean filters from the local repos‐
25 itory´s git config, instead of the global git config (~/.gitcon‐
26 fig).
27
28 --system
29 Removes the "lfs" smudge and clean filters from the system git
30 config, instead of the global git config (~/.gitconfig).
31
32 --skip-repo
33 Skips cleanup of the local repo; use if you want to uninstall
34 the global lfs filters but not make changes to the current repo.
35
37 git-lfs-install(1).
38
39 Part of the git-lfs(1) suite.
40
41
42
43 January 2020 GIT-LFS-UNINSTALL(1)