Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 5, there might be two typos. #14

Open
yayamamo opened this issue Aug 18, 2019 · 1 comment
Open

Chapter 5, there might be two typos. #14

yayamamo opened this issue Aug 18, 2019 · 1 comment

Comments

@yayamamo
Copy link

  • P91 are two commits ahead of our local repository
    might be one commit ?

  • P105 Figure 5-6 new-methods
    might be readme-changes ?

Regards,

@haruosuz
Copy link

haruosuz commented Mar 22, 2020


(Page 81-82)

Regarding "Let’s go ahead and stage the .gitignore file, and commit this and the filename changes we made earlier:",
does "the filename changes we made earlier" indicate the following two README.md files?

    $ git commit -m "added markdown extensions to README files"
    [master e4feb22] added markdown extensions to README files
     2 files changed, 0 insertions(+), 0 deletions(-)
     rename README => README.md (100%)
     rename data/{README => README.md} (100%)

(Page 95)

$ git status
git status
# On branch master

should be

$ git status
# On branch master

(Page 107)

$ git branch --all
* master
  new-methods
  remotes/origin/master
  remotes/origin/new-methods

should be

$git branch --all
* master
  readme-changes
  remotes/origin/master
  remotes/origin/new-methods

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants