Errata

Git for Teams

Errata for Git for Teams

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 76
Tip paragraph

The "bit.ly/managing-developers" link to Joe Shindelar's talk points to "austin2014.drupal.org/session/developers-primer-managing-developers" which is currently a 404.

It looks like the correct location is currently "austin2014.drupal.org/session/developers-primer-managing-developers.html"

Note, I have removed the prefixes from the URLs in an attempt to avoid an error from your web form when I attempted to submit them intact.

Jeff Youngstrom  Nov 01, 2017 
Printed Page 98
Example 5-23

$ git log f40f29a --max-depth=1
fatal: unrecognized argument: --max-depth=1

Max-depth seems to be an invalid argument for this.
Perhaps max-count would be correct?

Anonymous  May 15, 2020 
Printed Page 179
Example 7-16

The git command used after // review process goes here.

Should we use git merge --no-ff 1234-new_ticket_banch dev
instead of git merge --no-ff 1234-new_ticket_branch master ?

Steve Chuang  May 11, 2016