diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-06 23:27:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-06 23:28:33 -0400 |
commit | c56812980c2676a9b78f57c3c5259985805df3cc (patch) | |
tree | aacdd6a98a461aa04b5fb10563c1ba6f16fb0b41 /doc | |
parent | b8ae9528ab6d18f8b16c71e455d9f9077fc6e97b (diff) |
document watch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index c7de59cd2..c1d8015ab 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -169,6 +169,13 @@ subdirectories). git annex import /media/camera/DCIM/ +* watch + + Watches for changes to files in the current directory and its subdirectories, + and takes care of automatically adding new files, as well as dealing with + deleted, copied, and moved files. Run this in the background, and you + no longer need to manually run git commands when manipulating your files. + # REPOSITORY SETUP COMMANDS * init [description] |