FlightGear Git: Difference between revisions

Jump to navigation Jump to search
m
m (some corrections to the previous edit)
Line 68: Line 68:


==== Cloning fgdata ====
==== Cloning fgdata ====
At the time of writing the data repository is about 2.5 GB of size. Revisit an interrupted cloning of a repository is <b>not</b> possible with git. Therefore, if you have a slow or unstable connection to the internet, it is recommended to download the [[FlightGear_and_Git#fgdata.bundle|fgdata.bundle]].
At the time of writing the data repository is about ''2.6 GB''. Continuing an interrupted cloning of a repository is <b>not supported</b> with git. Therefore, if you have a slow or unstable connection to the internet, it is recommended to download the [[FlightGear_and_Git#fgdata.bundle|fgdata.bundle]].


Also have in mind, that the repository plus the ''working tree'' will be more than twice the size of the download on your local filesystem.
Also have in mind, that the repository plus the ''working tree'' will be more than twice the size of the download on your local filesystem.
Line 77: Line 77:
: if no ''target'' is given the new folder's name is <tt>fgdata</tt>
: if no ''target'' is given the new folder's name is <tt>fgdata</tt>
<b><code>cd</code></b> into the new directory and verify it's state with <b><code>git branch</code></b>. If it isn't <tt>* master</tt>, do a <b><code>git checkout master</code></b>.
<b><code>cd</code></b> into the new directory and verify it's state with <b><code>git branch</code></b>. If it isn't <tt>* master</tt>, do a <b><code>git checkout master</code></b>.


==== Local Branch ====
==== Local Branch ====
2

edits

Navigation menu