Help for this page

Select Code to Download


  1. or download this
    git tag -d $(git tag)
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    $git = `git fetch --tags 2>&1`;
    
    print "What's here? --- $git\n";