git graph なるもの
$HOME/.gitconfig に追記:
code:config
graph = log --graph --date-order -C -M --pretty=format:\"<%h> %ad %an %Cgreen%d%Creset %s\" --all --date=short これで git graph できる。
code:console
$ git graph
* <3b10f33>
* <240c02f> 2020-10-14
|\
| * <c1b5af5> 2020-10-14
| * <924a3c2> 2020-10-14
| * <3de86a0> 2020-10-14
| |\
| | * <43003fc> 2020-10-14
* | | <fed08be> 2020-10-11
|/ /
* | <ff2b61a> 2020-10-10
* | <5446021> 2020-10-10
* | <65348a5> 2020-09-12
|/
* <28f2bd3> 2020-09-12
* <23e3a11> 2020-09-11