progit2
progit2 copied to clipboard
Pro Git 2nd Edition
As far as I can see there is no mentioning of the curses based "gui" [tig](https://github.com/jonas/tig/). I find that a very useful tool and use it every day. I think...
1. Which grammar online checker for English is recommended when working on this book's text? 2. Output of what English grammar online checkers is honoured in this Github project as...
https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project, line 392, figure image::images/managed-team-1.png[Jessica's initial commit history.] One of Jessica's prior handling was pushing 'featureA' to the remote 'origin'. Usually in such a cases the remote tracked branch is...
https://git-scm.com/book/en/v2/Distributed-Git-Distributed-Workflows Line number 37 to 63 cit.: _..each developer has write access to their own public repository **and read access to everyone else’s**._ So this workflow property is pointed out...
With 1st edition, there are ways to automatically convert prefixed/suffixed words, such as "Figure" and "Chapter". - [config.yml](https://github.com/progit/progit/blob/master/latex/config.yml) for PDF - [makeebooks](https://github.com/progit/progit/blob/master/makeebooks) for ebooks Is there any plans or ways...
The "Git Submodules" chapter talks ends with a discussion about how to switch from a subdirectory to a submodule. Unfortunately, I think it gives some very bad advice. It tells...
Image file: `/images/remote-branches-1.png` Related File: `/book/03-git-branching/sections/remote-branches.asc` Line: 27  Figure 30. Server and local repositories after cloning (Editing source file needs Sketch 3 Application on Mac!)
It appears in [here](https://github.com/progit/progit2/blob/master/book/05-distributed-git/sections/contributing.asc). From context (start with line 120), we know Jessica works on both branch featureA and featureB, John works on featureA only, and Josie works on featureB...
In figure 8-2 all arrows point left to right:  But in figure 8-3 not all arrows point right to left:  The bottom arrow in figure 8-3...
In 02-git-basics/sections.recording-changes.asc, it says: "That means you can do things such as: $ git rm log/*.log Note the backslash () in front of the *. This is necessary because Git...