explain-git-with-d3
explain-git-with-d3 copied to clipboard
Use D3 to visualize simple git branching operations.
Simple Description ------------------- I cannot commit to branches with the `/` character, and I assume there may be other _valid_ git branch names with special characters that might fail in...
When I try to show no-ff merge I get (tried both positions): ``` git merge --no-ff master Cannot read property 'parent' of null git merge master --no-ff Cannot read property...
When I accidentally type any command with two whitespaces, it shows as if it is with one in between words in the log but at the same time, it does...
When I prepare a sequence of GIT commands for the lesson I put it to the Google Doc which automatically changes the first letter to capital one. In the terminal,...
In http://onlywei.github.io/explain-git-with-d3/#freeplay: > Do whatever you want in this free playground. ``` $ git checkout HEAD $ git commit $ git commit # generated hash: d525e9e... $ git checkout master...
`HEAD~n` (or more generally `~n`) refers to the n-th generation ancestor (see `git help gitrevision`).
I need zen mode with remote for presentation during Git formation.
Hi ! I like much of your project and decide contribute. I hope to be useful.
This is really great. I wanted to use the animated visualizations in a small presentation on git usage for non-command-line users. Not sure if you'll want this, but I added...