Template:Flightgear clone

From FlightGear wiki
Revision as of 12:11, 25 February 2016 by Bugman (talk | contribs) (Fix for the category to be inside <noinclude>.)
Jump to navigation Jump to search

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

Usage

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

Example

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

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

Related templates