From 387d63dfbc9cf5b71819461fac2397b57caeb3e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 11 Mar 2025 21:06:16 +0100 Subject: Checkout unstaged changes in working directory --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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 [ ...] +``` + To watch changes on given `` and run jobs for each new commit: ``` minici run --new-commits-on= -- cgit v1.2.3