Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL
    make all
    make git-push
    
  2. or download this
    use 5.006;
    use strict;
    ...
        $ret .= "\t".'git push -f "'.$h{GIT_DESTINATION}.'" --all'."\n";
        return $ret;
    }