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

18 lines
395 B
Plaintext
Raw Normal View History

2015-03-19 19:30:55 +00:00
git-lfs-init(1) -- Ensure Git LFS is configured properly.
2014-06-02 22:14:53 +00:00
=============================================================
## SYNOPSIS
2015-03-19 19:30:55 +00:00
`git lfs init`
2014-06-02 22:14:53 +00:00
## DESCRIPTION
2015-03-19 19:30:55 +00:00
Init performs the following actions to ensure Git LFS is setup properly:
2014-06-02 22:14:53 +00:00
2015-03-19 19:30:55 +00:00
* Sets up the clean and smudge filters under the name "lfs".
* Installs a pre-push hook to run git-lfs-push(1)
2014-06-02 22:14:53 +00:00
## SEE ALSO
2015-03-19 19:30:55 +00:00
Part of the git-lfs(1) suite.