Hello, world!
Let's create a new repository with jj, and show off some basic commands.
Here's what we're going to learn:
- How to install
jj - Creating a repository with
jj git init - Viewing the current status with
jj st - Using
jj describeto describe our commits in a human-friendly way - Using
jj newto create new changes - Viewing the contents of your repository with
jj log