Note: This project is still in its early stages.
At its core Git is a content addressable database. Git-DAG allows you to view this database as a 3d model.
View an object's content by pressing ctrl+left-click
.
View large projects (the frame rate will drop the larger the project is).
See how git
commands change the graph.
clone
the repo- make the data directory (
mkdir data
) and create acontent.txt
,curr_objects.txt
,prev_objects.txt
,new_objects.txt
andresponse.json
- run
python serve.py