NAME

App::gh::Command::All - clone/update all repositories from one

DESCRIPTION

If you need a mirror of repos from one, you will need this command.

If repos exists, clone command will pull changes for these repos from remotes.

USAGE

$ mkdir github
$ cd github

To clone c9s' repos:

$ gh all c9s

Once you have all repos cloned, to update them, you only need to run all command again:

$ gh all c9s

OPTIONS

Genernal Options:

--prompt        
    prompt when cloning every repo.

--into          
    a path for repos.

--skip-exists, -s
    skip existed repos.

--verbose

Clone URL format:

--ssh

--http

--https

--git