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

18 lines
473 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.
2014-06-02 22:10:38 +00:00
## COMMANDS
* git-media-config(1):
Display the Git Media environment.