github.com/x-oss-byte/git-lfs@v2.5.2+incompatible/docs/man/git-lfs-uninstall.1.ronn (about)

     1  git-lfs-uninstall(1) -- Remove Git LFS configuration
     2  =================================================
     3  
     4  ## SYNOPSIS
     5  
     6  `git lfs uninstall`
     7  
     8  ## DESCRIPTION
     9  
    10  Perform the following actions to remove the Git LFS configuration:
    11  
    12  * Remove the "lfs" clean and smudge filters from the global Git config.
    13  * Uninstall the Git LFS pre-push hook if run from inside a Git repository.
    14  
    15  ## OPTIONS
    16  
    17  * --local:
    18      Removes the "lfs" smudge and clean filters from the local repository's git
    19      config, instead of the global git config (~/.gitconfig).
    20  
    21  ## SEE ALSO
    22  
    23  git-lfs-install(1).
    24  
    25  Part of the git-lfs(1) suite.