git-annex-6.20160211: man/git-annex-clean.1
.TH git-annex-clean 1
.SH NAME
git-annex-clean \- git filter driver for git-annex
.PP
.SH SYNOPSIS
git annex clean
.PP
.SH DESCRIPTION
When git-annex is used as a git filter driver, this command is run
by git commands such as \fBgit add\fP. It generates a file that
is added to the git repository and points to the git-annex object
containing the content of a large file.
.PP
To configure git to use git-annex as a git filter driver, place the
following in the .gitattributes file:
.PP
* filter=annex
\&.* !filter
.PP
The annex.largefiles config is consulted to decide if a given file should
be added to git as\-is, or if its content are large enough to need to use
git-annex.
.PP
.SH SEE ALSO
git-annex(1)
.PP
git-annex\-smudge(1)
.PP
.SH AUTHOR
Joey Hess <id@joeyh.name>
.PP
.PP