Template:Fgmeta clone

From FlightGear wiki
Revision as of 11:49, 25 February 2016 by Bugman (talk | contribs) (Added the 'post' parameter.)
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  =
| post =
}}
opt
Any additional options to show after git clone.
post
Any optional text to show after the URL.

Example

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

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

Related templates