|
|
|
|
|
by julesnp
1001 days ago
|
|
You wouldn't necessarily need to track every change, you could just have 2 tables, one which contains the last "saved" version of the document, and one which contains the last modified version of the document. Upon opening after a crash, if there is a more recent modified version, the program will ask if you want to load that version. |
|
Also binary documents are a lousy fit with git, smashing square peg into round hole makes little sense.