Skip to content

anselmos/git-blast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

git-blast (Brach LAST) shows git branches ordered by the date of the last commit:

$ git blast
* master 33 minutes ago
  some-feature 4 days ago [M]
  dev-branch 4 days ago
  legacy-branch 5 days ago [M]
  another-feature 4 months ago

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%