Template:Fgdata clone

From FlightGear wiki
Revision as of 12:13, 25 February 2016 by Bugman (talk | contribs) (Switch to using {{repo link/doc related}}.)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

git clone git://git.code.sf.net/p/fgdata/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 FGData git repository.

Usage

{{fgdata clone
| opt  =
| post =
}}
opt
Any additional options to show after git clone.
post
Any optional text to show after the URL.

Example

{{fgdata clone
| opt  = -v
| post = flightgear-fgdata
}}

git clone -v git://git.code.sf.net/p/fgdata/flightgear/ flightgear-fgdata

Related templates