NAME
    Git::Open - The totally cool way to open repository page, sometime it's
    hard to remember and open via browser manually.

VERSION
    version 0.1.12

USAGE
        git open # it will open homepage of your repository

        git open --compare # it will open compare page

        git open --compare master-develop # Open compare page betwee master and develop

        git open --branch master # Open master branch's page

        git open --branch # Open current branch's page

AUTHOR
    Pattarawat Chormai <pat.chormai@gmail.com>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2014 by Pattarawat Chormai.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.