Unfortunaly git-wip by default doesn't commit files that are untracked (e.g. new). I submitted a patch to do exactly this: http://github.com/MSch/git-wip/commit/22f4b57b67762a0123d1ba...
Maybe I'll make such a daemon...
while inotifywait -r -e modify . do git wip save "automatic save" done
i've long thought proper version control makes sense if it's fast enough -- eventually everything will be tracked anyway.
it doesn't make any sense to lose any ideas just because only one of them was "the winner".
Unfortunaly git-wip by default doesn't commit files that are untracked (e.g. new). I submitted a patch to do exactly this: http://github.com/MSch/git-wip/commit/22f4b57b67762a0123d1ba...