logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dom-git-checkout - Checkout the Git repository of a pkg-ocaml-maint package

Author

MehdiDogguy <mehdi@debian.org>

Description

       Checkout the git repository of a package belonging to the pkg-ocaml-maint project on alioth.debian.org.
       (pkg-ocaml-maint is a collaborative package maintenance project, aimed at maintaining packages related to
       the OCaml programming language.)

       The package to be checked out is given as argument, using source package name.

       After having cloned the remote repository, remote tracking is also setup for the upstream and
       pristine-tar branches.

       By default, SSH method is used to clone the package's repository from git.debian.org. You may specify a
       username in your SSH's configuration file.

Name

       dom-git-checkout - Checkout the Git repository of a pkg-ocaml-maint package

Options

--no-ssh
           Use git protocol instead of git+ssh protocol.

       pkg_name
           The name of the (source) package to checkout

See Also

dom-new-git-repo (1)
        ssh_config (5)

Synopsis

dom-git-checkout pkg_name

See Also