git-raw-commits
v5.0.0
Published
Get raw git commits out of your repository using git-log(1).
Downloads
26,389,224
Readme
git-raw-commits
Get raw git commits out of your repository using git-log(1).
Install
# pnpm
pnpm add git-raw-commits
# yarn
yarn add git-raw-commits
# npm
npm i git-raw-commits
CLI
# Example
git-raw-commits --from HEAD~2 --to HEAD^
# For more details
git-raw-commits --help
API
For JS API see @conventional-changelog/git-client.
License
MIT © Steve Mao