NAME
App::GitGot::Command::add - add a new repo to your config
VERSION
version 1.330
SYNOPSIS
# add repository of current directory
$ got add
# add repository of multiple directories,
# with default tags
$ got add -t bar-things -t moosey Moo-bar Moose-bar
# recursively find repositories,
# auto-configure with the defaults
# with given tag
$ got add --recursive --tag mine .
AUTHOR
John SJ Anderson <genehack@genehack.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by John SJ Anderson.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.