Fetch
Last updated
Last updated
The fetch
command provides the ability to download objects and references for existing repositories (which may have been initialized using install or clone commands or via the UI).
This command is most useful in scenarios where repositories need to be populated immediately after install (which doesn't perform initial fetch for repositories initialized based on the registry).
The --access-token
option can be used to supply a token for authorization purposes.
Fetching is currently performed for all repositories which match the remote criteria specified. Use the --all
option to specify fetching from all remotes (for all repositories), or specify the name of a remote to fetch from (which'll be performed for each repository with a remote by that name).