progit2
progit2 copied to clipboard
Pro Git 2nd Edition
- [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...
### General overview of your idea. I sometimes have an itch to get involved again with this project. But then I think about how much work it is to get...
- [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...
### There's no existing/similar bug report. - [X] I have searched the existing issues ### This report is about a single actionable bug. - [X] I'm reporting a single actionable...
- [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...
### There's no existing/similar bug report. - [X] I have searched the existing issues ### This report is about a single actionable bug. - [X] I'm reporting a single actionable...
### General overview of your idea. Section 1.3, near the end of the 7th paragraph. I think it would be more clear if the text in the parenthesis was reworded....
https://github.com/progit/progit2/blob/d9acee50e367e82a1dfddd88ca0e5e00c2cc95d5/book/04-git-server/sections/protocols.asc?plain=1#L87-L109 I think instead of installing that hook the code block should look like this: ``` $ cd /var/www/htdocs/ $ git clone --bare /path/to/git_project gitproject.git $ cd gitproject.git $ git...
### General overview of your idea. The two single character columns of columns 1 & 2 are illustrated and interrupted with a page break between page 31 and 32 making...
### General overview of your idea. Since Git v2.29.0, it has been possible to add [_negative_ refspec markers][negspec] to the fetch config. These are [modestly popular][so1], but the documentation is...