github.com/psexton/git-lfs@v2.1.1-0.20170517224304-289a18b2bc53+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  ## SEE ALSO
    16  
    17  git-lfs-install(1).
    18  
    19  Part of the git-lfs(1) suite.