Expand "git co" in pod/perlhack.pod
authorbrian greenfield <briang@cpan.org>
Thu, 7 Jul 2011 15:13:30 +0000 (16:13 +0100)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 7 Jul 2011 20:12:24 +0000 (13:12 -0700)
pod/perlhack.pod

index 3847208..3364d32 100644 (file)
@@ -216,7 +216,7 @@ C<format-patch> command produces one patch file for each commit you
 made. If you prefer to send a single patch for all commits, you can use
 C<git diff>.
 
-  % git co blead
+  % git checkout blead
   % git pull
   % git diff blead my-branch-name