.TH git-annex-assist 1 .SH NAME git-annex-assist \- add files and sync changes with remotes .PP .SH SYNOPSIS git annex assist \fB[remote ...]\fP .PP .SH DESCRIPTION This command assists you in checking files into the repository and syncing with remotes. It's the simplest possible way to use git-annex at the command line, since only this one command needs to be run on a regular basis. .PP This command first adds any new files to the repository, and commits those as well as any modified files. Then it does the equivilant of running [[git-annex\-pull](1) followed by git-annex\-push(1). .PP This command operates on all files in the whole working tree, even when ran in a subdirectory. To limit it to operating on files in a subdirectory, use the \fB\-\-content\-of\fP option. .PP To block some files from being added to the repository, use \fB.gitignore\fP files. .PP By default, all files that are added are added to the annex, the same as when you run \fBgit annex add\fP. If you configure annex.largefiles, files that it does not match will instead be added with \fBgit add\fP. .PP .SH OPTIONS .IP "\fB\-\-message=msg\fP \fB\-m msg\fP" .IP Use this option to specify a commit message. .IP .IP "\fB\-\-content\-of=path\fP \fB\-C path\fP" Only add, pull, and push files in the given path. .IP This option can be repeated multiple times with different paths. .IP .IP "Also all options supported by git-annex\-pull(1) and" git-annex\-push(1) can be used. .IP .IP "Also the git-annex\-common\-options(1) can be used." .SH SEE ALSO git-annex(1) .PP git-annex\-add(1) .PP git-annex\-pull(1) .PP git-annex\-push(1) .PP git-annex\-sync(1) .PP git-annex\-assistant(1) .PP .SH AUTHOR Joey Hess .PP .PP