1.0.1 • Published 4 years ago

@eraz7/git-branch-status v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

git-branch-status

show status for branches in git

Installation

npm i -g @eraz7/git-branch-status

Usage Example

Without Args

branch-status

Sort

branch-status --sortBy=date --sortType=desc
branch-status --sortBy=count --sortType=asc

Arguments

sortBy

sets property for sorting rows. default is date. options are:

  • count: sort by commit count
  • date: sort by last commit date

sortOrder

sets sort order. defaults to asc. options are :

  • asc: sort in ascending order
  • desc: sort in descending order
1.0.1

4 years ago

1.0.0

4 years ago