Skip to main content

Create Your First Repository

Create via CLI

By default, repositories are public (open source focus). To create a private repo:

Clone a Repository

Use the jjhub repo clone command to clone a repository and set up jj:
You can also clone with a full URL or specify a target directory:

List Your Repositories

Limit the number of results:

View Repository Details

View the current repository (or specify one):

Working with jj

Once cloned, you work with your repo using jj commands:
See the jj Concepts Guide for a full introduction to working with Jujutsu.

Next Steps