Git - GitHub - Collaborating with Git - Ⅱ: Go, Team, Go! - fork, clone, folder name
Head First Git: A Learner’s Guide to Understanding Git from the Inside Out、 Raju Gandhi(著)、 O’Reilly Mediaの Chapter 6.(Collaborating with Git - Ⅱ: Go, Team, Go!)、TEST DRIVE(431/680)の解答を求めてみる。
入出力結果(Terminal, Zsh)
% git clone https://github.com/kamimura/hawtdawg-all-ears.git addisons-clone
Cloning into 'addisons-clone'...
remote: Enumerating objects: 3, done.
remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 3 (from 1)
Receiving objects: 100% (3/3), done.
% git clone https://github.com/kamimura/hawtdawg-all-ears.git sangitas-clone
Cloning into 'sangitas-clone'...
remote: Enumerating objects: 3, done.
remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 3 (from 1)
Receiving objects: 100% (3/3), done.
%