The Git Commands I Run Before Reading Any Code
I saw Ally’s article and she highlights 5 commands.
What Changes the Most
| |
I run this from app/ or src/, not the repo root.
Lockfiles, changelogs, and generated code will dominate the list otherwise.
This can help determine how much activity a particular module is getting.
Who Built This
| |
This is less useful to me since most of my projects I am the only contributor. However this can be really helpful when I am inspecting a new project/library to determine if I want to use it or now.
Where Do Bugs Cluster
| |
This is helpful to determine how often and how the contributors in a project fixes bugs. For my projects, this can be useful to see which modules I am getting the bugs.
Is This Project Accelerating or Dying
| |
This is useful looking at other projects and not my own. Knowing the amount of commits can be helpful for whether a library is active, maybe too active/volatile or is dying.
How Often Is the Team Firefighting
| |
Again not so much for my projects but can give an indicator on how well a project is being ran.