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.