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

18 lines
409 B
Plaintext
Raw Normal View History

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