Dist::Zilla::Plugin::Git::Push - push current branch


Dist-Zilla-Plugin-Git documentation  | view source Contained in the Dist-Zilla-Plugin-Git distribution.

Index


NAME

Top

Dist::Zilla::Plugin::Git::Push - push current branch

VERSION

Top

version 1.111590

SYNOPSIS

Top

In your dist.ini:

    [Git::Push]
    push_to = origin      ; this is the default
    push_to = origin HEAD:refs/heads/released ; also push to released branch

DESCRIPTION

Top

Once the release is done, this plugin will push current git branch to remote end, with the associated tags.

The plugin accepts the following options:

*

push_to - the name of the a remote to push to. The default is origin. This may be specified multiple times to push to multiple repositories.

AUTHOR

Top

Jerome Quelin

COPYRIGHT AND LICENSE

Top


Dist-Zilla-Plugin-Git documentation  | view source Contained in the Dist-Zilla-Plugin-Git distribution.