Skip to content

git-blast: show git branches sorted by last commit date

License

Notifications You must be signed in to change notification settings

wolever/git-blast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

24d84bb · Jan 29, 2019

History

14 Commits
May 26, 2017
May 26, 2017
Jan 29, 2019
Jan 25, 2019

Repository files navigation

git-blast: show git branches sorted by last commit date

git-blast (Branch LAST) shows git branches ordered by the date of the last commit, including the committer and commit message:

https://i.imgur.com/2VhqNWT.png

Installation

With Homebrew:

$ brew install wolever/git-blast/git-blast

Manually:

$ curl https://raw.githubusercontent.com/wolever/git-blast/master/git-blast -o /usr/local/bin/git-blast
$ chmod +x /usr/local/bin/git-blast