github.com/q2/git-lfs@v0.5.1-0.20150410234700-03a0d4cec40e/docs/man/git-lfs-init.1.ronn (about)

     1  git-lfs-init(1) -- Ensure Git LFS is configured properly.
     2  =============================================================
     3  
     4  ## SYNOPSIS
     5  
     6  `git lfs init`
     7  
     8  ## DESCRIPTION
     9  
    10  Init performs the following actions to ensure Git LFS is setup properly:
    11  
    12  * Sets up the clean and smudge filters under the name "lfs".
    13  * Installs a pre-push hook to run git-lfs-push(1)
    14  
    15  ## SEE ALSO
    16  
    17  Part of the git-lfs(1) suite.