Git - Undoing: Fixing Your Mistakes - commit history
Head First Git: A Learner’s Guide to Understanding Git from the Inside Out、 Raju Gandhi(著)、 O’Reilly Mediaの Chapter 4.(Undoing: Fixing Your Mistakes)、EXERCISE(282/715)の解答を求めてみる。
入出力結果(Terminal, Zsh)
% git log --oneline --all --graph
* 8d704f8 (HEAD -> master) first cut at invitation card
* 6e16680 initial set of guests and gift registry
%