progit2 icon indicating copy to clipboard operation
progit2 copied to clipboard

2.3 Git Basics should mention pressing "q" to quit `git log --patch`

Open DylanWhitaker opened this issue 5 months ago • 0 comments

General overview of your idea.

One of the more helpful options is -p or --patch, which shows the difference (the patch output) introduced in each commit. You can also limit the number of log entries displayed, such as using -2 to show only the last two entries.

There's not mention of pressing "q" to exit the view of the changes. I had to look this up separately.

What problem will this solve?

This will prevent mild inconvenience.

Have you thought about other solutions?

Google

Do you want to help with this enhancement idea?

No

DylanWhitaker avatar Aug 29 '24 10:08 DylanWhitaker