git-branch-history
v1.0.0
Published
Simple cli helper, listing recent git branches
Downloads
6
Readme
git-branch-history
Super simple quality of life CLI helper, listing recent git branches and allowing you to easily check them out.
Usage
# using npx
npx git-branch-history
# using npm
npm i -g git-branch-history
gbh
# using yarn
yarn global add git-branch-history
gbh
Options
Options:
--version Show version number [boolean]
-c, --count Number of recent branches you want to print out [default: 10]
--help Show help [boolean]