|
NAMEApp::GitGot::Command::fork - fork a github repo VERSIONversion 1.339 SYNOPSIS # fork repo on GitHub, then clone repository and add to got config
$ got fork github.com/owner/repo
# fork repo on GitHub, add to got config, but do _not_ clone locally
$ got fork -n github.com/owner/repo
$ got fork --noclone github.com/owner/repo
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.
|