pesader

Get the git log of a specific file

Very useful to learn the commit conventions of an open source project:

git log -p -- filename

Sources: [1]

Published on April 2, 2023.