You have at least two options to reduce diskspace:
a. Clone once from remote, then clone from that clone, it should
hardlink the larger packfiles to the initial clone and therefore not
cost you a lot.
b. Clone once from remote, and create 11 branches inside the new cloned
repo. Switch branches while doing development.
Most git users pick b. It's easier to work with. Having 11 unpacked
repos means that all the object files in those trees are almost up to
date, but it adds to the complexity of comparing changes and merging
changes between branches. The compilation speed can be increased with
ccache if need be.
--
Sincerely,
Stephen R. van den Berg.
"There are three types of people in this world: those who make things happen,
those who watch things happen and those who wonder what happened."
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html