6 git-cherry - Find commits not merged upstream.
10 'git-cherry' [-v] <upstream> [<head>]
14 Each commit between the fork-point and <head> is examined, and compared against
15 the change each commit between the fork-point and <upstream> introduces.
16 Commits already included in upstream are prefixed with '-' (meaning "drop from
17 my local pull"), while commits missing from upstream are prefixed with '+'
18 (meaning "add to the updated upstream").
26 Upstream branch to compare against.
29 Working branch; defaults to HEAD.
33 Written by Junio C Hamano <junkio@cox.net>
37 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
41 Part of the gitlink:git[7] suite