Nitpicking commit history since
beabf39
For now, rust
is required for 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 also our azure-pipelines.yml
, .travis.yml
, and appveyor.yml
.
Licensed under either of
at your option.