Git SCM

Files: Get the macro here, or the most recent development version from github

This page describes a new method to link git (a versioning control system) to the Project save procedures in Analysis. Currently this code is very simple, and very beta! Use at your own peril!

The concept behind this code relies on version tracking. If you wish to revert to a previous saved state (say from before you added those terrible assignments) you can easily switch back to that state using git!

Description:

If you want to revert to any previous revision, you have to use your own git kudos at the command line! This is possibly an area where we could add some more 'features'. Help with thinking up a smart GUI for this, or some intelligent automatic behaviour is most welcome. 

You'll need the GitPython module

http://gitorious.org/git-python