計算機科学のブログ

ほしい物リスト

Git - Looking Around: Investigating Your Git Repository - log cammand

Head First Git: A Learner’s Guide to Understanding Git from the Inside OutRaju Gandhi(著)、 O’Reilly Mediaの Chapter 3.(Looking Around: Investigating Your Git Repository)、EXERCISE(233/715)の解答を求めてみる。

入出力結果(Terminal, Zsh)

% git log
commit 8d670e93e297b126fc0466caf37c0033b6c018ab (HEAD -> spicy-version)
Author: Rosemary Berry <headchef@80s-diner.com>
Date:   Mon Mar 15 18:52:50 2021 -0400

    update recipe name

commit 4cca5a7b3225a88c2df12bd157f5877bc3dded9e
Author: Rosemary Berry <headchef@80s-diner.com>
Date:   Mon Feb 15 17:24:41 2021 -0500

    make it spicy

commit 5db2b68c4cf2699e89fe1b526a7e4a171d83b2ef (master)
Author: Rosemary Berry <headchef@80s-diner.com>
Date:   Sat Jan 2 19:22:59 2021 -0500

    first attempt
%