1.0.1 • Published 6 years ago
@eraz7/git-branch-status v1.0.1
git-branch-status
show status for branches in git
Installation
npm i -g @eraz7/git-branch-statusUsage Example
Without Args
branch-statusSort
branch-status --sortBy=date --sortType=descbranch-status --sortBy=count --sortType=ascArguments
sortBy
sets property for sorting rows. default is date. options are:
count: sort by commit countdate: sort by last commit date
sortOrder
sets sort order. defaults to asc. options are :
asc: sort in ascending orderdesc: sort in descending order