Template:Git clone

From FlightGear wiki
Revision as of 18:52, 13 June 2014 by Johan G (talk | contribs) (Doc style; Documenting the parameters better)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

git clone --recursive git://gitorious.org/fg/fgmeta.git

The following template description is not displayed when the template is inserted in an article.

Goal

Parameterized git clone instructions. Also see Talk:Development Workflow.

Usage

{{git clone |options= |repository_url=}}

Both parameters are optional.

options
Git options to use. Defaults to --recursive.
repository_url
Full URL of the Git repository. Defaults to git://gitorious.org/fg/fgmeta.git

Related template