NAME
Beagle::Cmd::Command::init - initialize a beagle
SYNOPSIS
$ beagle init --name foo # create an internal beagle in the kennel
$ beagle init /path/to/foo.git --bare
DESCRIPTION
Usually, you want to create an external git repo and then follow
it, using --name
will create an internal git repo and you won't be able to push
and pull
easily.
We support plain file system as backend via --type fs
, you don't want to do this usually as it doesn't support version control at all.
AUTHOR
sunnavy <sunnavy@gmail.com>
LICENCE AND COPYRIGHT
Copyright 2011 sunnavy@gmail.com
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.