jwir3 / gitbranchhealth

A tool for determining the health of branches in a git repository.
Mozilla Public License 2.0
0 stars 1 forks source link

Make git command 'branch-health' #17

Closed jwir3 closed 10 years ago

jwir3 commented 10 years ago

Right now, the command to use gitbranchhealth is either:

git branchhealth

or:

git-branchhealth

It is probably easier for users to grok if we use:

git branch-health

instead. We should provide an alias from the branchhealth version of the command to branch-health, for backwards compatibility.