『独習Git』 初版 正誤表

作成:2016/05/17

更新:2020/10/01

第1章 6ページ 1.4.3 Windows本文2行目 旧:http://msysgit.github.io/パッケージ
新:https://git-scm.com/download/win/のパッケージ
第2章 24ページ 本文1行目から2行目 誤:Create New Repository(新しいリポジトリを作る
正:Clone Existing Repository(既存リポジトリを開く
第2章 26ページ 訳注*11 誤:責任をわせる
正:責任をわせる
第8章 1486ページ 表8.1の第2行 誤:git log -parents -abbrevcommit
正:git log -parents -abbrev-commit
第11章 207ページの図11.9 math.clone1の左側のブランチ 誤:remotes/origin/new
正:remotes/origin/new_feature
第14章 275ページ 14.2.2の演習 第2段落の2行目 誤:このリモートブランチは、既にあなたのリモートリポジトリに置かれている
正:このリモートブランチは、既にあなたのローカルリポジトリに置かれている