LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jj-git

provides Git interoperability for Jujutsu

TLDR

Clone a Git repository
$ jj git clone [url]
copy
Initialize jj in an existing Git repository (colocated)
$ jj git init --colocate
copy
Fetch from all remotes
$ jj git fetch
copy
Push current branch to remote
$ jj git push
copy
Import Git refs into jj
$ jj git import
copy
Export jj refs to Git
$ jj git export
copy
Add a Git remote
$ jj git remote add [name] [url]
copy

SYNOPSIS

jj git subcommand [options]

DESCRIPTION

jj git provides Git interoperability for Jujutsu (jj), a modern version control system. It enables cloning, fetching, pushing, and managing remotes on Git servers.Jujutsu uses Git as its storage backend, so all explicit Git interop commands live under the git subcommand. The init --colocate option allows using jj alongside an existing .git directory, keeping both in sync.

PARAMETERS

clone URL [DESTINATION]

Clone a Git repository and create a jj repo.
init [DESTINATION]
Create a new Git-backed jj repository.
fetch
Fetch from Git remotes.
push
Push to a Git remote.
import
Import Git refs (branches, tags) into jj's internal state.
export
Export jj refs to Git refs.
remote subcommand
Manage Git remotes (add, remove, list, rename).
--remote NAME
Specify remote name.
--branch BRANCH
Specify branch (for push/fetch).
--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. Requires Git backend. Some Git workflows (e.g., staging area) are handled differently by jj.

SEE ALSO

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