Zum Hauptinhalt springen
Blogbeitrag

CW 18/2021 - HowTo: Git-quick-stats

Git is considered a must-have for software developers and probably one of the most used tools in the corporate world.

Though it is stuffed with (quite powerfull and unintuitive options¹) it is mostly reduced into the 4 most common commands

The often understated part of this versioning tool is thoug, the insight it enables into the written history, as most consider it to be an emergancy safetynet.

If you want to broaden your knowledge with "git log" and some basic Shell components, I encourage you to have a look at the following project:
https://github.com/arzzen/git-quick-stats

 

Basic Git Understanding References:
https://dev.to/unseenwizzard/learn-git-concepts-not-commands-4gjc
https://gitexercises.fracz.com
https://git-school.github.io/visualizing-git/

¹ blog.acolyer.org/2016/10/24/whats-wrong-with-git-a-conceptual-design-analysis/