gwz clone¶
Clone a GWZ workspace root repository and materialize its members.
gwz clone is the one-shot form of cloning the root repository and then running
gwz materialize --lock. The root repository is the repository that owns the
tracked gwz.conf/ directory.
Arguments¶
| Argument | Meaning |
|---|---|
<url> |
Git URL of the workspace root repository. |
[directory] |
Target directory. Defaults to a directory name derived from the URL. |
Examples¶
Clone into a derived directory:
Clone into an explicit directory:
Complete a workspace after plain git clone:
Notes¶
gwz cloneverifies that the cloned root is a GWZ workspace.- Missing member repositories are cloned and checked out at lock revisions.
--dry-runis rejected forgwz clone.- Network behavior is controlled by global options such as
--jobs,--max-per-host,--remote,--progress-interval, and--ssh-timeout.