explain-git-with-d3
explain-git-with-d3 copied to clipboard
Support HEAD~n
HEAD~n (or more generally <rev>~n) refers to the n-th generation ancestor (see git help gitrevision).
Also <rev>^n, for accessing the different parents of a merge commit (and combinations <rev>^2~3 would be nice to have as well).