You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`gh cherry-pick -pr <pr_number> -onto <target_branch> [-merge auto|squash|rebase] [-push]` to cherry-pick a PR based on target branch. It determines the merge strategy based on the original PR's merge strategy.
12
18
-`gh cherry-pick -pr <pr_number> -onto <target_branch> -merge squash` to cherry-pick a PR's merged commit based on target branch.
13
19
-`gh cherry-pick -pr <pr_number> -onto <target_branch> -merge rebase` to cherry-pick all the commits from a PR based on target branch.
0 commit comments