The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::GitGot::Command::add - add a new repo to your config

VERSION

version 1.26

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.