Nitpicking commit history since
beabf39
Download a pre-built binary (installable via gh-install.
Or use rust to install:
bash
cargo install committed
Verify your latest commit
bash
committed HEAD
Verify your branch
bash
committed master..HEAD --no-merge-commit
Have your CI verify your PR (assuming it does a no-ff merge into your master
)
bash
committed HEAD~..HEAD^2 --no-merge-commit
See imperative
for an Azure Pipeline
example
or look at committed
s own azure-pipelines.yml
,
.travis.yml
, or appveyor.yml
.
Licensed under either of
at your option.