LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jj-git-fetch

fetches changes from Git remotes into a Jujutsu repository

TLDR

Fetch from default remote
$ jj git fetch
copy
Fetch from specific remote
$ jj git fetch --remote [origin]
copy
Fetch all remotes
$ jj git fetch --all-remotes
copy
Fetch specific branch
$ jj git fetch --branch [main]
copy

SYNOPSIS

jj git fetch [options]

DESCRIPTION

jj git fetch fetches changes from Git remotes into a Jujutsu repository. Updates remote-tracking branches. Works with the Git backend to sync with remote repositories.

PARAMETERS

--remote name

Remote to fetch from.
--all-remotes
Fetch from all remotes.
--branch name
Fetch specific branch.

INSTALL

sudo pacman -S jujutsu
copy
sudo apk add jujutsu
copy
sudo zypper install jujutsu
copy
brew install jujutsu
copy
nix profile install nixpkgs#jujutsu
copy

SEE ALSO

jj(1), jj-git-push(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid