-
This is actually not too far off how Glitch works (some details in this post medium.com/glitch/github-glitch-and-the-future-of-social-coding-5e6faa45c8f2) @peterb/1214572035290140674
-
I've set up something similar for my generative stuff. Every time I generate an output (very often, when tweaking things), it commits the current directory. Then the generation uses the hash as the seed for any random numbers it needs, and signs the plot with the commit hash.