forked from mirrors/kingfisher
Updated README
This commit is contained in:
parent
866bf63202
commit
3e2f8705fd
1 changed files with 2 additions and 3 deletions
|
|
@ -349,9 +349,8 @@ The same diff-focused workflow works when cloning repositories on the fly with `
|
|||
```bash
|
||||
kingfisher scan \
|
||||
--git-url https://github.com/org/repo.git \
|
||||
--since-commit origin/main \
|
||||
--branch origin/feature-1
|
||||
--fail
|
||||
--since-commit main \
|
||||
--branch development
|
||||
```
|
||||
|
||||
In CI systems that expose the base and head commits explicitly, you can pass those SHAs directly while still using `--git-url`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue