|
|
|
|
|
by xanathar
856 days ago
|
|
I have a similar setup as far as git is concerned - I use it to push a backup of my Joplin notes (note that I don't sync multiple Joplins, just backup the current one). Pros: pushes only the differences, keeps history, can be rolled back, works offline (push fails but commit works), offers a time log of changes. Commit messages are not needed really - the timestamp is enough and rolling back is only for exceptional events (e.g. accidentally deleting important stuff, etc.). |
|