USAGE
cpangit-create --upstream=URL BRANCH_NAME
cpangit-create --from=BRANCH [--from=BRANCH2 ...] BRANCH_NAME
Create a new Archive branch. If you specify --upstream, it automatically pulls from the remote URL as needed and acts like a local cache of the remote archive. If you specify --from it behaves like a curated archive and looks to --branch to import/update modules. --from can be specified multiple times.
You can later edit the cpan_ingit.json file to reconfigure a branch.
OPTIONS
- --repo=PATH
-
Path to the Git repository of CPAN::InGit. Uses the
.gitdir at or above the current directory by default. - --upstream=URL
-
The URL of the upstream CPAN mirror
- --from=BRANCH
-
Set a default source branch to import new moduels from.