Git - Branching Out: Multiple Trains of Thought - branch, verbose, commit ID
Head First Git: A Learner’s Guide to Understanding Git from the Inside Out、 Raju Gandhi(著)、 O’Reilly Mediaの Chapter 2.(Branching Out: Multiple Trains of Thought)、EXERCISE(68/164)の解答を求めてみる。
入出力結果(Terminal, Zsh)
% git branch --verbose
add-fall-menu 7bb440e update heading
* add-thurs-menu c0fc334 add thursdays menu
master 186fe2e add the main menu
my-first-branch 186fe2e add the main menu
my-new-branch 7bb440e update heading
%