Email or username:

Password:

Forgot your password?
7 comments
Garrit 🏡🛠️

Apparently, someone already posted this on HackerNews minutes after I published it. 😅

#RSS for the win?

news.ycombinator.com/item?id=3

fedops 💙💛

@garritfra interesting. I wonder if it wouldn't be possible to store the actual dumps in clear text.

Garrit 🏡🛠️

@fedops probably possible with pre-commit scripts. 🤔 Not a bad idea, now that you mention it.

I was using the XML format for GnuCash at first with the same intention, but I found it tricky to work with.

fedops 💙💛

@garritfra we routinely store database dumps, but not yet in git. Could be useful.

DELETED

@garritfra I use something similar to automatically track changes on my blog in a Git repository. But with your tip, I should be able to improve it a bit.

Garrit 🏡🛠️

@jle are you auto committing changes like your likes and comments?

DELETED

@garritfra Yes, one commit every hour (when something changed)

Go Up