diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-06 19:15:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-06 19:15:50 -0400 |
commit | 343b94ac62a8c736097ab09231d0343fe8ade8a3 (patch) | |
tree | 904130f88809e818c1f9682147ae490a72229c42 /doc/devblog/day_147__git-annex_remotedaemon.mdwn | |
parent | 6eeb470603c5369d1da3ae66530a2999cf8220d9 (diff) |
devblog
Diffstat (limited to 'doc/devblog/day_147__git-annex_remotedaemon.mdwn')
-rw-r--r-- | doc/devblog/day_147__git-annex_remotedaemon.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/devblog/day_147__git-annex_remotedaemon.mdwn b/doc/devblog/day_147__git-annex_remotedaemon.mdwn new file mode 100644 index 000000000..0e500ec40 --- /dev/null +++ b/doc/devblog/day_147__git-annex_remotedaemon.mdwn @@ -0,0 +1,5 @@ +Built `git-annex remotedaemon` command today. It's buggy, but it already +works! If you have a new enough git-annex-shell on a remote server, you can +run "git annex remotedaemon" in a git-annex repository, and it will notice +any pushes that get made to that remote from any other clone, and pull down +the changes. |