flaviostutz / gitwho

Inspects a git repository and gives insights about developers around code ownership, churn, refactorings, new codes and people that help others.
MIT License
5 stars 1 forks source link

Allow different branch to support legacy repos #17

Closed tiagostutz closed 1 year ago

tiagostutz commented 1 year ago

Problem being solved

When I'm running on a repo that doesn't have main branch but instead have the legacy master or even uses other branch as main, I can't use it.

Proposal

Create an arg to allow it, like --branch=

flaviostutz commented 1 year ago

Such a option already exists. Try to add --branch.

Use gitwho [command] --help for a complete list of available options.