table of contents
other versions
- testing 2.7.1-1
- stretch-backports 2.7.1-1~bpo9+2
- unstable 2.7.1-1+b1
GIT-LFS-UNINSTALL(1) | GIT-LFS-UNINSTALL(1) |
NAME¶
git-lfs-uninstall - Remove Git LFS configurationSYNOPSIS¶
git lfs uninstallDESCRIPTION¶
Perform the following actions to remove the Git LFS configuration:- Remove the "lfs" clean and smudge filters from the global Git config.
- Uninstall the Git LFS pre-push hook if run from inside a Git repository.
OPTIONS¶
- --local
- Removes the "lfs" smudge and clean filters from the local repository´s git config, instead of the global git config (~/.gitconfig).
- --system
- Removes the "lfs" smudge and clean filters from the system git config, instead of the global git config (~/.gitconfig).
- --skip-repo
- Skips cleanup of the local repo; use if you want to uninstall the global lfs filters but not make changes to the current repo.
SEE ALSO¶
git-lfs-install(1).Part of the git-lfs(1) suite.
March 2019 |