18
edits
m (cat: Development) |
m (added --depth option) |
||
| Line 51: | Line 51: | ||
You should be suspicious if based on the printed progress you estimate the data download during the fetch will exceed 1GB (assuming the bundle is not terribly outdated). | You should be suspicious if based on the printed progress you estimate the data download during the fetch will exceed 1GB (assuming the bundle is not terribly outdated). | ||
Another solution | |||
==== No History ==== | |||
Another option especially for people that just need a base is to not include any history | |||
==== Windows ==== | |||
Unknown | |||
==== Linux ==== | |||
Use the ''--depth=1'' option to only get the current objects | |||
As of 20/03/2014 this decreased the number of objects from 226k to 63k | |||
:<code>git clone git@gitorious.org:fg/fgdata.git --depth==1</code> | |||
[[Category:Development]] | [[Category:Development]] | ||
edits