Dist::Zilla::Plugin::Git::Init(3pm) | User Contributed Perl Documentation | Dist::Zilla::Plugin::Git::Init(3pm) |
Dist::Zilla::Plugin::Git::Init - Initialize git repository on dzil new
version 2.047
In your profile.ini:
[Git::Init] commit_message = initial commit ; this is the default commit = 1 ; this is the default branch = ; this is the default (means master) remote = origin git@github.com:USERNAME/%{lc}N.git ; no default config = user.email USERID@cpan.org ; there is no default
This plugin initializes a git repository when a new distribution is created with "dzil new".
The plugin accepts the following options:
You can use the following codes in "commit_message", "config", or "remote":
Bugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-Git> (or bug-Dist-Zilla-Plugin-Git@rt.cpan.org <mailto:bug-Dist-Zilla-Plugin-Git@rt.cpan.org>).
There is also a mailing list available for users of this distribution, at <http://dzil.org/#mailing-list>.
There is also an irc channel available for users of this distribution, at "#distzilla" on "irc.perl.org" <irc://irc.perl.org/#distzilla>.
Jerome Quelin
This 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.
2020-09-13 | perl v5.30.3 |