It almost the end of 2020, ever wonder how lines of code added or deleted in your git repo? How many files have changed, etc. I have to search around for the right git command to get this info, as it is not readily available on the GitHub page. Hence sharing with all in case it is handy.

This one, there’s not git command for it, as Pull Request is not really a Git feature, but rather a Github feature.

Related Articles