FreeBSD Manual Pages
GIT-LFS-UNINSTALL(1) GIT-LFS-UNINSTALL(1) NAME git-lfs-uninstall - Remove Git LFS configuration SYNOPSIS git lfs uninstall DESCRIPTION Perform the following actions to remove the Git LFS configuration: o Remove the "lfs" clean and smudge filters from the global Git con- fig. o Uninstall the Git LFS pre-push hook if run from inside a Git repos- itory. OPTIONS --local Removes the "lfs" smudge and clean filters from the local repos- itory's git config, instead of the global git config (~/.gitcon- fig). --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. May 2020 GIT-LFS-UNINSTALL(1)
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=git-lfs-uninstall&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports>