Does anybody know of way to save changes history ?
In Wolfram Mathematica but also for other type of documents ?
|
Does anybody know of way to save changes history ? In Wolfram Mathematica but also for other type of documents ? | |||||
feedback
|
|
Mathematica documents are ASCII text files, so they are friendly to all version control systems like git, mercurial, bazar, svn, etc. I personally use and recommend git. One of its advantages is its fast performance which is important for the potentially large files that Mathematica generates. Also you may be interested in when a particular cell was changed. Each cell contains a property named CellChangeTimes with that information. Lastly, if you want a very simple solution. Use a Mac with Time Machine. | |||
|
feedback
|