summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-03-11 21:06:16 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2025-03-11 21:06:16 +0100
commit387d63dfbc9cf5b71819461fac2397b57caeb3e4 (patch)
tree1f0f416f38d27a1bcfa7979c51ae9d24507c0c92 /README.md
parent8e8cbbd3bd15d6557a25ca83ec31cdec8acfdba6 (diff)
Checkout unstaged changes in working directory
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 99f4eb2..0829ed6 100644
--- a/README.md
+++ b/README.md
@@ -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>