menna's picture
Upload folder using huggingface_hub
c592385 verified
.\" generated with Ronn-NG/v0.9.1
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
.TH "GIT\-LFS\-UNINSTALL" "1" "May 2022" ""
.SH "NAME"
\fBgit\-lfs\-uninstall\fR \- Remove Git LFS configuration
.SH "SYNOPSIS"
\fBgit lfs uninstall\fR
.SH "DESCRIPTION"
Perform the following actions to remove the Git LFS configuration:
.IP "\[ci]" 4
Remove the "lfs" clean and smudge filters from the global Git config\.
.IP "\[ci]" 4
Uninstall the Git LFS pre\-push hook if run from inside a Git repository\.
.IP "" 0
.SH "OPTIONS"
.TP
\-\-local
Removes the "lfs" smudge and clean filters from the local repository\'s git config, instead of the global git config (~/\.gitconfig)\.
.TP
\-\-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 \fBworktreeConfig\fR must be enabled to use this option\. If only one working tree is in use, \fB\-\-worktree\fR has the same effect as \fB\-\-local\fR\. This option is only available if the installed Git version is at least 2\.20\.0 and therefore supports the "worktreeConfig" extension\.
.TP
\-\-system
Removes the "lfs" smudge and clean filters from the system git config, instead of the global git config (~/\.gitconfig)\.
.TP
\-\-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\.
.SH "SEE ALSO"
git\-lfs\-install(1), git\-worktree(1)\.
.P
Part of the git\-lfs(1) suite\.