blob: 34aa3e44152fa383d4c621fd7898110b45456b58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
"watch" is described as
> With this running as a daemon in the background, you no longer need to manually run git commands when manipulating your files.
and "assistant" is described as
> Like watch, but also automatically syncs changes to other remotes.
I would like the behaviour of assistant, without the watch part:
I have an archive of large files, which I think would be useful to manage manually using git. But I don't want to manually enforce the "numcopies=" requirement, playing with the assistant and webapp it seems really nice to have it take care of that.
Is there currently an "assistant-without-watch" option? If not, is it planned?
|