|
NAMEApp::GitGot::Command::add - add a new repo to your config VERSIONversion 1.339 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 .
AUTHORJohn SJ Anderson <john@genehack.org> COPYRIGHT AND LICENSEThis software is copyright (c) 2020 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.
|