June 19 2017 Maintaining the Health of the Perl 5 Codebase Back

Working with 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