jj git fetch
all
Fetch from a Git remote, downloading objects and refs from the remote repository.
More info →Options (1)
-b, --branchbooleanFetch 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 remoteFetch the latest changes only from given branches
jj git fetch [-b|--branch] branchFetch the latest changes from all remotes
jj git fetch --all-remotemade by @shridhargupta | data from tldr-pages