progit2 icon indicating copy to clipboard operation
progit2 copied to clipboard

Pro Git 2nd Edition

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

I proposed to add discussion about partial clone (blobless, treeless, and shallow clones) to the book. For the text, it can be inspired from [this GitHub blog post](https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/). In summary:...

Recently, the `git` team introduced a number of new commands (e.g. `git switch` or `git restore`), plus, a new hash algorithm has been introduced. I'd like to propose to update...

**Which version of the book is affected?** This will affect our mainline branch, when macOS and Debian stable include newer versions of Git that have the `git restore` command. **Describe...

**Which version of the book is affected?** This affects our mainline branch, when macOS and Debian stable include newer versions of Git that have the `git switch` command. **Describe the...

First of all thanks to the author, this book is great. But in the process of reading, I have a question, that is, the difference between the concepts of `reference`...

Throughout the book there are command line examples. For example in *Ch. Git Basics, sec. Recording Changes to The Repository, sub. sec. Committing Your Changes* (p. 55 in the pdf)...

I noticed a few outdated GitLab screenshots in the 4.8 chapter ("Git on the Server - GitLab") of the book. Also, I'd like to update the installation guidelines to match...

In section "Recording Changes to the Repository" there is a sentence: > Remember that each file in your working directory can be in one of two states: tracked or untracked....

Hello, I've been using Magit in Emacs for a couple years now, and I can say that it is _the_ way to do it from Emacs. If I had been...

I've had a look but can't see this already discussed - apologies if it has. With Microsoft/GitHub recently discussing the removal of terms such as "master/slave"/"whitelist/blacklist" from their systems, including...