Template:Fgdata clone: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Added the 'opt' and 'post' parameters and a category.)
(Switch to using {{repo link/doc related}}.)
Line 35: Line 35:


== Related templates ==
== Related templates ==
=== Clone or checkout templates ===
{{repo link/doc related}}
* {{tl|flightgear clone}}
* {{tl|simgear clone}}
* {{tl|fgaddon co}}


=== Source link templates ===
* {{tl|repo link}}
* {{tl|fgaddon url}}
* {{tl|flightgear file}}
* {{tl|simgear file}}
=== Commit link templates ===
* {{tl|fgaddon revision}}
* {{tl|fgdata commit}}
* {{tl|simgear commit}}
* {{tl|flightgear commit}}
}}
}}


[[Category:SCM Instruction Templates]]
[[Category:SCM Instruction Templates]]
</noinclude>
</noinclude>

Revision as of 12:13, 25 February 2016

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