home
support
contact us
Register
Login
Forum Index
»
Git in Practice
»
Advanced search
Page 9, command git add. is missing space
422586
(1)
Offline
Aug 17, 2016 @ 1:24 PM
#1
On page 9, of Git in Practice (C) 2015, there is a command given to add everything in the current directory and its subdirectories to the staged area. This should be:
git add .
(With a space between add and dot)
“„
Mike McQuaid
(83)
Offline
Dec 18, 2016 @ 2:35 PM
#2
Thanks for the report, added to Errata in
https://github.com/GitInPractice/Errata/commit/18b509efbafc7a857e0820b15a14b815567338dc.
Sorry for the delay!
“„
Reply to this topic