git-lfs/docs/man/git-lfs-init.1.ronn

18 lines
386 B
Markdown

git-lfs-init(1) -- Ensure Git LFS is configured properly
========================================================
## SYNOPSIS
`git lfs init`
## DESCRIPTION
Perform the following actions to ensure that Git LFS is setup properly:
* Set up the clean and smudge filters under the name "lfs".
* Install a pre-push hook to run git-lfs-push(1)
## SEE ALSO
Part of the git-lfs(1) suite.