0.1.2 • Published 8 years ago

git-stale v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

git-stale

========= Easily view old/stale branches sitting on the origin.

A Git extension for listing branches sorted by their last commit date in a column view with some color prettification

###Install instructions

Install

  $ npm install git-stale -g

###Usage From a current git project issue the following command

$ git stale

####Optional Argument An optional argument can be added to git-stale to grep the output for matches. So if you wanted to only show branches created by a specific user then you could pass the users name, or if you wanted to search for a branch that had a certain text in its name you could pass that text.

$ git stale John
0.1.2

8 years ago

0.1.1

9 years ago

0.1.0

9 years ago