App::GitGot::Command::fork - fork a github repo
# 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
John SJ Anderson <john@genehack.org>
This 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.