git-lbranch
git-lbranch
is a git subcommand to show a list of recently committed branches.
Usage
git lbranch [--days] [--through]
OPTIONS:
--days value, -d value specifies the number of days branches last committed (default 5)
--through, -t print detailed explanation of branches, adding last commit hash and date
--version, -v print the current version
--help, -h print help
Install
If you are MacOS user, you can use Homebrew:
$ brew tap shuheiktgw/git-lbranch
$ brew install git-lbranch
If you use another OS, you can download a suitable binary from release page and place it in $PATH
directory.
Alternatively, if you are Golang programmer, you can use go get
:
$ go get -u github.com/shuheiktgw/git-lbranch
Author
Shuhei Kitagawa