yaniksoeltzer / git_inspector

Inspect git repositories and report best practices violations.
MIT License
2 stars 1 forks source link

colorful meaning #16

Closed yaniksoeltzer closed 4 years ago

yaniksoeltzer commented 4 years ago

From the output:

...
untracked branches:
     /home/<username>/projects/project_a  
branches merged into master:
     /home/<username>/projects/project_b  @some_branch
19 git repositories found with 4 alerts, 1 warnings and 1 hints.

it is impossible to identify weather untracked branches or merged branches is the warning or the hint.

Maybe coloring untracked/waring and meged/hints in the same color might identify the correlation and importance of those.