diff options
author | brian greenfield <briang@cpan.org> | 2011-07-07 16:13:30 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-07-07 13:12:24 -0700 |
commit | 9d440a18ad692fca357b1109d91d51ad027aead3 (patch) | |
tree | 20b3bc2d054f05c392b8166f2fe03262f6ef388d /pod/perlhack.pod | |
parent | e4a6da471fa568d84c3eaed63f272693a993f592 (diff) | |
download | perl-9d440a18ad692fca357b1109d91d51ad027aead3.tar.gz |
Expand "git co" in pod/perlhack.pod
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r-- | pod/perlhack.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 384720885f..3364d3259d 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -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 |