commands.sh

jj git fetch

all

Fetch from a Git remote, downloading objects and refs from the remote repository.

More info →

Options (1)

-b, --branchboolean

Fetch the latest changes only from given branches

Example: jj git fetch {{[-b|--branch]}} {{branch}}

Examples (4)

Fetch the latest changes from the default remote repository

Fetch the latest changes from a given remote repository

jj git fetch --remote remote

Fetch the latest changes only from given branches

jj git fetch [-b|--branch] branch

Fetch the latest changes from all remotes

jj git fetch --all-remote
made by @shridhargupta | data from tldr-pages