| June 19 2017 | Maintaining the Health of the Perl 5 Codebase | Back Next |
Clone the Perl 5 source code:
$> git clone git://perl5.git.perl.org/perl.git perl
$> git checkout -b my_branch origin/blead
# hack, hack, hack
$> git add .
$> git commit -m "Why this branch"
continued...
| Home Last TOC | Copyright © 2017 James E Keenan | Back Next |