logger
logger is a distributed logbook application. more…
logger allows one to add entries on different, disconnected machines without fear of having to resolve conflicts later. Once something’s in the log, removal isn’t allowed. logger is backed by git.
At the moment, it’s a little experimental. I wouldn’t put all your life into it… yet.
logger
Main logger repository.
-
Cloning this repository:
git clone git://gitorious.org/logger/logger.git logger cd logger
Add this repository as a remote to an existing local repository:
git remote add logger git://gitorious.org/logger/logger.git git fetch logger git checkout -b my-local-tracking-branch logger/master_or_other_branch


