GitPartialCheckout

From Mu2eWiki
Revision as of 18:42, 12 December 2018 by Rlc (talk | contribs) (Created page with "==Introduction== Following the Git results in cloning and checking out locally the entire Offline repository. When the entire repo is built...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Commands

How it works