計算機科学のブログ

ほしい物リスト

Git - GitHub - Collaborating with Git - Ⅱ: Go, Team, Go! - log, flags, online, all, graph

Head First Git: A Learner’s Guide to Understanding Git from the Inside OutRaju Gandhi(著)、 O’Reilly Mediaの Chapter 6.(Collaborating with Git - Ⅱ: Go, Team, Go!)、EXERCISE(435/680)の解答を求めてみる。

入出力結果(Terminal, Zsh)

% cd addisons-clone 
addisons-clone % git log --graph --oneline --graph
* 32b1d92 (HEAD -> master, origin/master, origin/HEAD) add README
addisons-clone % cd ../sangitas-clone 
sangitas-clone % git log --graph --oneline --graph
* 32b1d92 (HEAD -> master, origin/master, origin/HEAD) add README
sangitas-clone %