If you cloned using the git protocol, which is faster than ssh, then
you will need to modify the URL for the origin remote to enable
-pushing. To do that edit F<.git/config> with L<git-config(1)> like
+pushing. To do that edit F<.git/config> with git-config(1) like
this:
% git config remote.origin.url ssh://perl5.git.perl.org/perl.git
% git push origin orange
The orange branch has been pushed to GitHub, so you should now send an
-email (see L</SUBMITTING A PATCH>) with a description of your changes
+email (see L</Submitting a patch>) with a description of your changes
and the following information:
http://github.com/USERNAME/perl/tree/orange
=over
-=item * The git documentation, accessible via the C<git help> command
+=item *
-=item * L<perlpolicy> - Perl core development policy
+The git documentation, accessible via the C<git help> command
+
+=item *
+
+L<perlpolicy> - Perl core development policy
=back
=cut
-