progit2 icon indicating copy to clipboard operation
progit2 copied to clipboard

Pro Git 2nd Edition

Results 207 progit2 issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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...

bug

### 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...

bug

### 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...

bug

Section 7.11 refers readers to a sample repo to add as a submodule, https://github.com/chaconinc/DbConnector, but that doesn't appear to exist, unless I'm doing something silly. rday

### General overview of your idea. On page 69, the command to show the graph is introduced. `git log --oneline --decorate --graph --all` Rather than set alias for `visual` to...

enhancement

### General overview of your idea. See the discussion in PR #1682 on making some sort of "template" out of this repository. The general idea is that we should make...

enhancement

In the PDF version of the book, there are multiple figure captions not terminated by a period. Some of them are: - 3-1 to 3-40 - 6-5 to 6-7 -...

**Which version of the book is affected?** Problem is with source files on `main`. More specifically this file: https://github.com/progit/progit2/blob/main/.github/workflows/release-on-merge.yml **Describe the bug:** We recently migrated from Travis CI to GitHub...

bug

The process _could_ be improved by only running `check_contrib()` once (by declaring it a dependency of html/pdf/epub/mobi). But it is out of scope of this PR. _Originally posted by @slonopotamus...