Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://onlywei.github.io/explain-git-with-d3/
Use D3 to visualize simple git branching operations.
https://onlywei.github.io/explain-git-with-d3/
Last synced: 8 days ago
JSON representation
Use D3 to visualize simple git branching operations.
- Host: GitHub
- URL: https://onlywei.github.io/explain-git-with-d3/
- Owner: onlywei
- License: mit
- Created: 2013-03-23T16:23:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T16:55:21.000Z (3 months ago)
- Last Synced: 2024-10-29T15:34:37.380Z (10 days ago)
- Language: JavaScript
- Size: 91.8 KB
- Stars: 1,708
- Watchers: 49
- Forks: 390
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-git-beginner-resources - Explain Git with D3 - An interactive interface that allows you to input git commands and visualize how they work. (Flowcharts and Interactive Guides)
- awesome-git - Explain Git with D3 - Visualized few basic Git concepts using D3.js: commit, branch, checkout, reset, revert, merge, rebase, fetch, pull, push, tag (Tutorial)
README
explain-git-with-d3
===================Use D3 to visualize simple git branching operations.
This simple project is designed to help people understand some basic git concepts visually.
This is my first attempt at using both SVG and D3. I hope it is helpful to you.
The page can be accessed via: http://onlywei.github.io/explain-git-with-d3/