progit2
progit2 copied to clipboard
Pro Git 2nd Edition
I read this section several times yesterday and got confused every time. Went to bed to see if a good sleep would make it right, but it didn't. Early in...
In following the "Installing from Source" instructions in [1.5 Getting Started - Installing Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) on CentOS 7 I found that git-svn was built only if I used configure's --with-perl option...
I was comparing an old copy of the book with the latest PDF, and the first thing I saw was that the introduction with short summaries of each chapter is...
I have some feedback from a person new to git that the first time git setup section was a bit confusing: https://github.com/progit/progit2/blob/master/book/01-introduction/sections/first-time-setup.asc in that they would have preferred to have...
This issue if for the [subtree-merges.asc](/progit/progit2/tree/master/book/07-git-tools/sections/subtree-merges.asc) file published [here](https://git-scm.com/book/en/v1/Git-Tools-Subtree-Merging). I tried the command ``` git diff-tree -p rack_branch ``` and ``` git diff-tree -p rack_remote/master ``` but every time I...
### General overview of your idea. Please describe at https://github.com/progit/progit2/blob/main/book/10-git-internals/sections/maintenance.asc why sometimes after `git gc --aggressive` the storage for the `.git` directory does increase and how to decrease the storage...
- [x] I provide my work under the [project license](https://github.com/progit/progit2/blob/main/LICENSE.asc). - [x] I grant such license of my work as is required for the purposes of future print editions to...
- [x] I provide my work under the [project license](https://github.com/progit/progit2/blob/main/LICENSE.asc). - [x] I grant such license of my work as is required for the purposes of future print editions to...
Updates the requirements on [json](https://github.com/flori/json) to permit the latest version. Release notes Sourced from json's releases. v2.7.1 What's Changed Improved [DOC] RDoc for additions by @BurdetteLamar in flori/json#557 Fixed JSON.dump:...
### General overview of your idea. I think it would help to declare UTF8 encoding to make EPUB format better for Kindle users. I noticed that when I uploaded the...