Template:Fgmeta clone

From FlightGear wiki
Revision as of 11:41, 25 February 2016 by Bugman (talk | contribs) (Added the 'opt' parameter of any additional command line options.)
Jump to navigation Jump to search

git clone git://git.code.sf.net/p/fgmeta/flightgear/

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

Goal

To provide a consistent representation of the command to clone the FGMeta git repository.

Usage

{{fgmeta clone
| opt =
}}
opt
Any additional options.

Example

{{fgmeta clone
| opt = --recursive
}}

git clone --recursive git://git.code.sf.net/p/fgmeta/flightgear/

Related templates