Query: dist::zilla::plugin::git::push
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Dist::Zilla::Plugin::Git::Push(3pm) User Contributed Perl Documentation Dist::Zilla::Plugin::Git::Push(3pm)NAMEDist::Zilla::Plugin::Git::Push - push current branchVERSIONversion 1.121820SYNOPSISIn your dist.ini: [Git::Push] push_to = origin ; this is the default push_to = origin HEAD:refs/heads/released ; also push to released branchDESCRIPTIONOnce the release is done, this plugin will push current git branch to remote end, with the associated tags. The plugin accepts the following options: o 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.AUTHORJerome QuelinCOPYRIGHT AND LICENSEThis software is copyright (c) 2009 by Jerome Quelin. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-30 Dist::Zilla::Plugin::Git::Push(3pm)