diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-03-11 21:06:16 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-03-11 21:06:16 +0100 |
commit | 387d63dfbc9cf5b71819461fac2397b57caeb3e4 (patch) | |
tree | 1f0f416f38d27a1bcfa7979c51ae9d24507c0c92 /README.md | |
parent | 8e8cbbd3bd15d6557a25ca83ec31cdec8acfdba6 (diff) |
Checkout unstaged changes in working directory
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -67,6 +67,12 @@ For current branch, the name can be omitted: minici run ``` +To run selected jobs with the current working tree, including uncommitted +changes, list the job names on command line: +``` +minici run <job name> [<job name> ...] +``` + To watch changes on given `<branch>` and run jobs for each new commit: ``` minici run --new-commits-on=<branch> |