Git comes with a very power history viewing command – git log, which supports a number of command line parameters. This options are very powerful, especially when used in combination. Here are the ones that I use the most: --author=“Alex Kras" – Only show commits made by a certain author --name-only – Only show names […]

The post How to use git log command line parameters appeared first on Tech TLDR;.