progit2
progit2 copied to clipboard
Pro Git 2nd Edition
**Attention conservation notice:** This is very much a “wouldn’t it be nice if”. I'm raising a ticket so the idea's out there, but I won't be upset if it gets...
For many users, enabling `commit.gpgsign` will take care of most of the work that they'd otherwise use section 7.4 as a reference for. Suggesting this near the top of the...
In the Git Hooks section it is specified that githooks are not copied when you clone a repository, this is true because they reside inside `.git` (`/hooks`), but they could...
https://git-scm.com/book/en/v2/Git-Tools-Reset-Demystified I found mapping between the first image and those in the remainder of the article disorienting. I suggest adjusting the first image so that it, just like all the...
In the relevant example under the section where author describes about 'diff' in interactive staging[Page 232 of PDF], there were no changes in working directory for index.html and all changes...
**Which version of the book is affected?** Problem is with source files on `master`. **Describe the bug:** GitHub for Windows/macOS is called GitHub Desktop now. The landing page for the...
PR #1603 fixed a mistaken Markdown link introduced by me. I noticed the PR creator uses a caret `^` behind the link. This makes it so that the link is...
**Which version of the book is affected?** all **Describe the bug:** the description in [7.8 Git Tools - Advanced Merging -- Reverse the commit ] is: "The -m 1 flag...
The page [1.3 Getting Started - Git Basics](https://git-scm.com/book/en/v2/Getting-Started-Git-Basics) in the book defines terms and provides the most basic explanation of Git. Yet it says nothing about repositories. I see the...