NAME
yukki-git-init - Initialize a git repository for use with Yukki
VERSION
version 0.140290
SYNOPSIS
yukki-git-init repository
yukki-git-init repository remote-repository
DESCRIPTION
This will initialize a git repository for use with Yukki. The script must be called with at least one argument and accepts an optional second argument.
- repository
-
The repository is the name of the repository to initalized. It should be one of the repository keys in the
repositories
section of the yukki.conf. - remote-repository
-
This is a git path to a repository to clone as a mirror for use with Yukki.
ENVIRONMENT
Normally, this script tries to find etc/yukki.conf from the current working directory. If no configuraiton file is found, it checks YUKKI_CONFIG
for the path to this file.
AUTHOR
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Qubling Software LLC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.