LinuxCommandLibrary

jj-git

provides Git interoperability for Jujutsu

TLDR

Clone Git repository

$ jj git clone [url]
copy
Fetch from remote
$ jj git fetch
copy
Push to remote
$ jj git push
copy
Import Git refs
$ jj git import
copy
Export to Git refs
$ jj git export
copy

SYNOPSIS

jj git subcommand [options]

DESCRIPTION

jj git provides Git interoperability for Jujutsu. It enables working with Git remotes and converting between formats.
The commands handle cloning, fetching, and pushing to Git servers. Jujutsu stores data in Git format internally.

PARAMETERS

clone URL

Clone Git repository.
fetch
Fetch from remotes.
push
Push to remote.
import
Import Git refs.
export
Export to Git refs.
--remote NAME
Remote name.
--help
Display help information.

CAVEATS

Subcommand of jj. Git backend required. Some Git features differ.

HISTORY

jj git is part of Jujutsu, providing seamless integration with Git repositories and hosting services.

SEE ALSO

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community