gwz pull¶
Move workspace members forward to an explicit target.
The default target is repository heads. The default sync policy is fast-forward only.
Targets¶
| Option | Meaning |
|---|---|
--head |
Pull repository heads. This is the default. |
--snapshot <name> |
Pull a workspace snapshot. |
Only one target flag may be supplied.
Examples¶
Pull heads:
Pull a snapshot:
Fetch without updating worktrees:
Allow partial completion:
Select a remote:
Notes¶
- GWZ rejects operations that cannot update selected members cleanly unless
policy flags such as
--partial,--force, or--syncchange the behavior. - Use
--dry-runbefore large pulls. - Use
--jobs,--max-per-host,--progress-interval, and--ssh-timeoutto tune network behavior.