LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jj-git-remote

manages Git remotes for Jujutsu repositories

TLDR

Add remote
$ jj git remote add [name] [url]
copy
List remotes
$ jj git remote list
copy
Remove remote
$ jj git remote remove [name]
copy
Rename remote
$ jj git remote rename [old] [new]
copy

SYNOPSIS

jj git remote subcommand [options]

DESCRIPTION

jj git remote manages Git remotes for Jujutsu repositories. It configures where to fetch and push changes.The commands mirror Git remote management. Changes are stored in Git format for compatibility.

PARAMETERS

add NAME URL

Add new remote.
list
List configured remotes.
remove NAME
Remove remote.
rename OLD NEW
Rename remote.
--help
Display help information.

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

CAVEATS

Subcommand of jj. Uses Git remote format. Standard Git hosting works.

HISTORY

jj git remote is part of Jujutsu, providing remote management compatible with Git infrastructure.

SEE ALSO

jj(1), jj-git(1), git-remote(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