1git-annex-watch(1)          General Commands Manual         git-annex-watch(1)
2
3
4

NAME

6       git-annex-watch - watch for changes
7

SYNOPSIS

9       git annex watch
10

DESCRIPTION

12       Watches for changes to files in the current directory and its subdirec‐
13       tories, and takes care of automatically adding new files,  as  well  as
14       dealing  with  deleted, copied, and moved files. With this running as a
15       daemon in the background, you no longer need to manually run  git  com‐
16       mands when manipulating your files.
17
18       By default, all files in the directory will be added to the repository.
19       (Including dotfiles.) To block some files from being added, use .gitig‐
20       nore files.
21
22       By  default,  all files that are added are added to the annex, the same
23       as when you run git annex add. If you configure annex.largefiles, files
24       that it does not match will instead be added with git add.
25

OPTIONS

27       --foreground
28
29              Avoid forking to the background.
30
31       --stop Stop a running daemon in the current repository.
32

SEE ALSO

34       git-annex(1)
35
36       git-annex-assistant(1)
37

AUTHOR

39       Joey Hess <id@joeyh.name>
40
41                                                            git-annex-watch(1)
Impressum