git-media-init(1)

This commit is contained in:
Rick Olson 2014-06-02 16:14:53 -06:00
parent 9c653e86be
commit b8bc66da0b
2 changed files with 18 additions and 0 deletions

@ -0,0 +1,16 @@
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".
## SEE ALSO
Part of the git-media(1) suite.

@ -15,3 +15,5 @@ clean and smudge filters to store a pointer in Git blobs instead.
* git-media-config(1):
Display the Git Media environment.
* git-media-init(1):
Ensure Git Media is configured properly.