git-internals-pdf icon indicating copy to clipboard operation
git-internals-pdf copied to clipboard

PDF on Git Internals

Results 10 git-internals-pdf issues
Sort by recently updated
recently updated
newest added

Page 17 of the PDF says tree objects are stored as "a very simple text file", which is wrong. Tree objects are stored in a binary format, see http://git.rsbx.net/Documents/Git_Data_Formats.txt

"where the master branch was on the person’s repository you cloned from when you did so, and a master branch that points the most recent local commit." should be: "where...

The last sentence had a contraction of "it is" where the possessive "its" should have been used.

http://www.quickanddirtytips.com/education/grammar/affect-versus-effect

This patch fixes each instance of `'git ...'` within `text/*.textile` to use the pre-formatted style `@git ...@` instead. Some but not all instances of git commands were using the `@...@`...

As this repo did not receive any maintenance since 10 years, we forked it, applied all four open Pull-Requests, and fixed two low-hanging issues. We plan to actively use (and...

I would love to read this book on my kindle? I didn't found in the Rakefile how you actually generate the pdf from your html files. Don't you think it...

I'm producing a bunch of books for online education in Brazil, you can see those at https://github.com/edusantana/ufpb-virtual-computacao/blob/master/livro/capitulos/livros.asc (click on 'baixar' (portuguese word for download) - i'm using asciidoc and github...

s2-c00-using-git.textile contains: > If you want to set different values for a specific project, just leave out the > @--global@ and it will write the same snippet However, when '--global'...

In s2-c04-log-commit-history.textile, the text block: > shell. git log -n 30 --since="1 month ago" --until=yesterday --author="schacon" Is represented in the PDF with "--since" colored black and "--until" colored blue. The...