Git - Beginning Git: Get Going with Git - chage directory(cd), pwd
Head First Git: A Learner’s Guide to Understanding Git from the Inside Out、 Raju Gandhi(著)、 O’Reilly Mediaの Chapter 1.(Beginning Git: Get Going with Git)、EXERCISE(87/715)の解答を求めてみる。
入出力結果(Terminal, Zsh)
% cd my-first-commandline-directory
my-first-commandline-directory % pwd
/Users/.../my-first-commandline-directory
my-first-commandline-directory %