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

13 lines
397 B
Plaintext
Raw Normal View History

2014-06-02 22:06:48 +00:00
git-media(1) -- Work with large files in Git repositories.
==========================================================
## SYNOPSIS
`git media` <command> [<args>]
## DESCRIPTION
Git Media is a set of filters and hooks to work with large files in Git
repositories. Instead of storing the large files as Git blobs, Git Media uses
clean and smudge filters to store a pointer in Git blobs instead.