Category Archives: Mathematica

Track Mathematica Source Files with Version Control Systems

Last updated on October 1, 2016

Mathematica is a famous computational software program in science, engineering, etc. However, the source code of Mathematica is usually stored in the format of Mathematica Notebook, which is hard to track with a Version Control System, such as git, mercurial, etc. Here I’m providing a solution to solve this problem.

Continue reading