diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-11 00:39:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-11 00:39:09 -0400 |
commit | d5884388b09347835df599d8a0dcea77e6795c10 (patch) | |
tree | 2f98ad9d0013b97daa04278bc837ef64967db73a /doc/git-annex.mdwn | |
parent | ca9ee21bd771e7f94ecd3916f55b10fb3cc8dcbe (diff) |
daemonize git annex watch
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index c1d8015ab..8ff005d8d 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -173,8 +173,11 @@ subdirectories). 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. + deleted, copied, and moved files. With this running as a daemon in the + background, you no longer need to manually run git commands when + manipulating your files. + + To not daemonize, run with --foreground # REPOSITORY SETUP COMMANDS |