From: Leon Brocard Date: Fri, 20 Feb 2009 08:30:59 +0000 (+0800) Subject: Remove the -x from the cherry pick and show how to merge the whole branch (suggested... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2bab0636fd7890b7f252b039f74b158a58919c44;p=p5sagit%2Fp5-mst-13.2.git Remove the -x from the cherry pick and show how to merge the whole branch (suggested by rgs) --- diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index 5df2596..873657b 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -637,7 +637,11 @@ And you can see the commits: If you approve of a specific commit, you can cherry pick it: - % git cherry-pick -x 3adac458cb1c1d41af47fc66e67b49c8dec2323f + % git cherry-pick 3adac458cb1c1d41af47fc66e67b49c8dec2323f + +Or you could just merge the whole branch if you like it all: + + % git merge dandv/blead And then push back to the repository: