NAME
App::gh::Command::Clone - clone repository
DESCRIPTION
balh
OPTIONS
-q, --quiet
--verbose
--ssh
--http
--https
--git|ro
-k, --forks also fetch forks.
Git Options:
-b | --branch clone specific branch.
--origin
--recursive, --recurse-submodules
After the clone is created, initialize all submodules within, using their default settings.
This is equivalent to running git submodule update --init --recursive immediately after the
clone is finished. This option is ignored if the cloned repository does not have a
worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)
See `git help clone`