git clone ssh://perl5.git.perl.org/gitroot/perl.git perl-ssh
-This clones the repository and makes a local copy in the 'perl-ssh'
+This clones the repository and makes a local copy in the F<perl-ssh>
directory.
If you clone using git, which is faster than ssh, then you will need to
and that there were further changes in the working directory not yet
staged. It also shows that there was an untracked file in the working
directory, and as you can see shows how to change all of this. It also
-shows that there is one commit on the working branch C<blead> which
+shows that there is one commit on the working branch C<blead> which
has not been pushed to the C<origin> remote yet. B<NOTE>: that this
output is also what you see as a template if you do not provide a
message to C<git commit>.