GitPartialCheckout
Jump to navigation
Jump to search
Introduction
Following the Git results in cloning and checking out locally the entire Offline repository. When the entire repo is built, it can take a an annoyingly long time. Partial checkout is one way to mitigate this build time. In partial checkout, you rely on a pre-built base release for most of the Offline libraries, and you only check out a little bit of Offline locally and build that smaller part as you work on the code.