pull

vb pull [URL] [OPTIONS]

Description

Pull all sharable changes from a remote repository into the local repository. Sharable changes include public check-ins, edits to wiki pages, tickets, tech-notes, and forum posts. Add the --private option to pull private branches. Use the configuration pull command to pull website configuration details.

If URL is not specified, then the URL from the most recent clone, push, pull, remote, or sync command is used. See vb help clone for details on the URL formats.

Options

--all

Pull from all remotes, not just the default

-B, --httpauth USER:PASS

Credentials for the simple HTTP auth protocol, if required by the remote website

--from-parent-project

Pull content from the parent project

--ipv4

Use only IPv4, not IPv6

--no-http-compression

Do not compress HTTP traffic

--once

Do not remember URL for subsequent syncs

--private

Pull private branches too

--project-code CODE

Use CODE as the project code

--proxy PROXY

Use the specified HTTP proxy

-R, --repository REPO

Local repository to pull into

--ssl-identity FILE

Local SSL credentials, if requested by remote

--ssh-command SSH

Use SSH as the ssh command

--transport-command CMD

Use external command CMD to move messages between client and server

-v, --verbose

Additional (debugging) output - use twice to also trace network traffic.

--verily

Exchange extra information with the remote to ensure no content is overlooked

Examples

  • Pull changes from a remote repository

$ vb pull
Pull from https://visionbyte_developer@code.softbridge.com/projecth/
Round-trips: 3   Artifacts sent: 0  received: 21 | 100% (21/21), 1.91 MiB | 500.99 KiB/s, done.
Pull done, wire bytes sent: 2074  received: 1999183  remote: 192.168.1.21
  • Pull changes from a remote repository with a specific url

$ vb pull https://visionbyte_developer@code.softbridge.com/projecth2/
password for https://visionbyte_developer@code.softbridge.com/projecth2/: *************
remember password (Y/n)? Y
Round-trips: 1   Artifacts sent: 0  received: 34 | 100% (34/34), 2.45 KiB | 630.56 KiB/s, done.
Pull done, wire bytes sent: 455  received: 2332058  remote: 192.168.1.21

See Also