onlywei / explain-git-with-d3

Use D3 to visualize simple git branching operations.
MIT License
1.71k stars 390 forks source link

Suggestion: Github Pages #2

Closed hzoo closed 10 years ago

hzoo commented 10 years ago

If you want, you can use Github Pages since all the files are html/css/js. That way you won't have to upload to ftp each time?

brntbeer commented 10 years ago

This can actually be done by just creating a branch called gh-pages and going to

http://onlywei.github.io/explain-git-with-d3/

Example: http://brntbeer.github.io/explain-git-with-d3/

onlywei commented 10 years ago

Thanks, http://onlywei.github.io/explain-git-with-d3/ now works!