From aec69257dc9b68d875333ec9f4a7b310d878abd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Tue, 11 Aug 2026 17:33:39 +0200 Subject: [PATCH] docs: document new options in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3068663..5abc845 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ For best practices (and to avoid merge conflicts), you should push to your remot Usage: ngcp [mode] [options] Mode: pick <...> Cherry-pick commits for the remote branch. + pick -i [n] Interactively select from the last 10 (or n) commits. + pick --interactive [n] Interactively select from the last 10 (or n) commits. + last Cherry-pick the last n commits. pull Pulls the changes to the local branch. Options: --automatic Exit with no changes if merge conflict and instructs the user to pull manually. Use this option for automation.