gwz push¶
Push workspace target refs to configured remotes.
gwz push applies one push request across selected workspace targets. Plain
gwz push includes @root plus configured member repositories.
Examples¶
Push default targets:
Push configured members but not the workspace root:
Push to an explicit remote:
Push one member by id:
Push only the workspace root:
Preview planned push behavior:
Notes¶
gwz pushhas no command-specific options.- Use global selectors to control which targets participate.
--all --no-target @rootis the canonical all-members-only selector.- Use
gwz tag --pushfor tag push workflows. - Network behavior is controlled by global options such as
--jobs,--max-per-host,--progress-interval, and--ssh-timeout.