Subcommands (5)
jj git clone
→Create a new repo backed by a clone of a Git repo. Note: Unless `--colocate` is used, it is not a valid Git repository and `git` commands can't be used on it.
jj git fetch
→Fetch from a Git remote, downloading objects and refs from the remote repository.
jj git init
→Create a new Git backed Jujutsu repo. Note: Unless `--colocate` is used, it is not a valid Git repository and `git` commands can't be used on it.
jj git push
→Push to a Git remote.
jj git remote
→Manage Git remotes.
Options (1)
-b, --bookmarkbooleanPush given bookmark to Git remote
Example:
jj git push {{[-b|--bookmark]}} {{bookmark}}Examples (5)
Create a new Git backed repository
Create a new repository backed by a clone of a Git repository
Fetch from a Git remote
Push all tracked bookmarks to Git remote
Push given bookmark to Git remote
jj git push [-b|--bookmark] bookmarkmade by @shridhargupta | data from tldr-pages