Man page - git-lfs-uninstall(1)
Packages contas this manual
- git-lfs-pointer(1)
- git-lfs-config(5)
- git-lfs(1)
- git-lfs-checkout(1)
- git-lfs-post-merge(1)
- git-lfs-pull(1)
- git-lfs-lock(1)
- git-lfs-dedup(1)
- git-lfs-push(1)
- git-lfs-ext(1)
- git-lfs-uninstall(1)
- git-lfs-track(1)
- git-lfs-untrack(1)
- git-lfs-fsck(1)
- git-lfs-status(1)
- git-lfs-ls-files(1)
- git-lfs-completion(1)
- git-lfs-pre-push(1)
- git-lfs-update(1)
- git-lfs-clone(1)
- git-lfs-locks(1)
- git-lfs-clean(1)
- git-lfs-post-checkout(1)
- git-lfs-filter-process(1)
- git-lfs-smudge(1)
- git-lfs-env(1)
- git-lfs-merge-driver(1)
- git-lfs-fetch(1)
- git-lfs-migrate(1)
- git-lfs-post-commit(1)
- git-lfs-install(1)
- git-lfs-standalone-file(1)
- git-lfs-prune(1)
- git-lfs-unlock(1)
- git-lfs-logs(1)
Package: git-lfs
apt-get install git-lfs
apt-get install git-lfs
Manuals in package:
Documentations in package:
Manual
| 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:
•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).
--worktree
Removes the "lfs" smudge and clean filters from
the current working tree’s git config, instead of the global git config
(~/.gitconfig) or local repository’s git config ($GIT_DIR/config). If
multiple working trees are in use, the Git config extension
worktreeConfig must be enabled to use this option. If
only one working tree is in use, --worktree has the
same effect as --local. This option is only available
if the installed Git version is at least 2.20.0 and therefore supports the
"worktreeConfig" extension.
--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), git-worktree(1).
Part of the git-lfs(1) suite.
| 2025-06-22 |