radicle-heartwood-lfs/crates/radicle-cli/examples/jj-init-colocate.md

402 B

We initialize Jujutsu for our repository by colocating with Git.

$ jj git init --colocate
Done importing changes from the underlying Git repo.
Hint: The following remote bookmarks aren't associated with the existing local bookmarks:
  master@rad
Hint: Run the following command to keep local bookmarks updated on future pulls:
  jj bookmark track master[..]rad
Initialized repo in "."