Open broesamle opened 8 years ago
@erickt and I were just talking about doing something like this.
This is done to great effect in this project. It shows how add a bunch of IDEish features to vim. Each commit contains a pointer to the previous and next commit, as well as a comment about what that commit is doing.
https://github.com/jez/vim-as-an-ide/commit/e7b27d1a5161fda92fde586fc0d797c0885469df
If modification are handled as successive commit, you can compare files between commit by just using Git / GitHub features. Example: https://github.com/Microsoft/TypeScript/commit/e579d17e7e40a13ea21d26370c3724943088278c#diff-0ce6916552af501746c004823c590d2a
Instead of using an extra branch* and github as done in the snapshots it would be great if you could just
README
README
and the visualisations