cg-clone(1) Manual Page
NAME
cg - clone - clone a remote git repository
SYNOPSIS
cg-clone [-s] LOCATION [DESTDIR]
DESCRIPTION
This is like cg-init, but it will create a new directory where it will do the checkout.
Takes a parameter specifying the location of the source repository and an optional second parameter specifying the destination. If the second parameter is omitted, the basename of the source repository is used as the destination.
OPTIONS
- -s
- Clone in the current directory instead of creating a new one. Specifying both -s and a destination directory makes no sense.
- -h, —help
- Print usage help.
COPYRIGHT
Copyright © Petr Baudis, 2005
SEE ALSO
cg-clone command is part of cogito(7), a toolkit for managing git(7) trees.