packages feed

git-annex-5.20150409: man/git-annex-add.1

.TH git-annex-add 1
.SH NAME
git\-annex add \- adds files to the git annex
.PP
.SH SYNOPSIS
git annex add \fB[path ...]\fP
.PP
.SH DESCRIPTION
Adds files in the path to the annex. If no path is specified, adds
files from the current directory and below.
.PP
Normally, files that are already checked into git, or that git has been
configured to ignore will be silently skipped.
.PP
If annex.largefiles is configured, and does not match a file that is being
added, \fBgit annex add\fP will behave the same as \fBgit add\fP and add the
non\-large file directly to the git repository, instead of to the annex.
.PP
.SH OPTIONS
.IP "\fB\-\-include\-dotfiles\fP"
.IP
Dotfiles are skipped unless explicitly listed, or unless this option is
used.
.IP
.IP "\fB\-\-force\fP"
Add gitignored files.
.IP
.IP "\fB\-\-backend\fP"
Specifies which key\-value backend to use.
.IP
.IP "file matching options"
Many of the git\-annex\-matching\-options(1)
can be used to specify files to add.
.IP
For example: \fB\-\-largerthan=1GB\fP
.IP
.SH SEE ALSO
git\-annex(1)
.PP
.SH AUTHOR
Joey Hess <id@joeyh.name>
.PP
.PP